Class CustomGenAiEndpointLlmSelection
Custom LLM selection with specific Gen AI Endpoint.
Inherited Members
Namespace: Oci.GenerativeaiagentService.Models
Assembly: OCI.DotNetSDK.Generativeaiagent.dll
Syntax
public class CustomGenAiEndpointLlmSelection : LlmSelection
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 GenAI endpoint |
Remarks
Required