Show / Hide Table of Contents

Enum ServingMode

The deployment mode of the model, which can be either ON_DEMAND (the model is hosted in a shared environment and can be accessed on demand) or DEDICATED (the model is hosted in a dedicated environment for better performance and isolation).

Namespace: Oci.GenerativeaiService.Models
Assembly: OCI.DotNetSDK.Generativeai.dll
Syntax
public enum ServingMode

Fields

Name Description
Dedicated
OnDemand
UnknownEnumValue
In this article
Back to top