Class EndpointDetails
Details to provision Endpoint for the GenAi dedicated cluster.
Inherited Members
Namespace: Oci.DifService.Models
Assembly: OCI.DotNetSDK.Dif.dll
Syntax
public class EndpointDetails
Properties
EndpointName
Declaration
[Required(ErrorMessage = "EndpointName is required.")]
[JsonProperty(PropertyName = "endpointName")]
public string EndpointName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Identifier for each endpoint. |
Remarks
Required
IsContentModerationEnabled
Declaration
[Required(ErrorMessage = "IsContentModerationEnabled is required.")]
[JsonProperty(PropertyName = "isContentModerationEnabled")]
public bool? IsContentModerationEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | Helps remove toxic and biased content from responses. |
Remarks
Required