Show / Hide Table of Contents

Class EndpointDetails

Details to provision Endpoint for the GenAi dedicated cluster.

Inheritance
object
EndpointDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top