Class DedicatedServingMode
The model's serving mode is dedicated serving and has an endpoint on a dedicated AI cluster.
Inherited Members
Namespace: Oci.GenerativeaiinferenceService.Models
Assembly: OCI.DotNetSDK.Generativeaiinference.dll
Syntax
public class DedicatedServingMode : ServingModeProperties
EndpointId
Declaration
[Required(ErrorMessage = "EndpointId is required.")]
[JsonProperty(PropertyName = "endpointId")]
public string EndpointId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the endpoint to use. | 
Remarks
Required