Show / Hide Table of Contents

Class DedicatedServingMode

The model's serving mode is dedicated serving and has an endpoint on a dedicated AI cluster.

Inheritance
object
ServingMode
DedicatedServingMode
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GenerativeaiinferenceService.Models
Assembly: OCI.DotNetSDK.Generativeaiinference.dll
Syntax
public class DedicatedServingMode : ServingMode

Properties

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

In this article
Back to top