Show / Hide Table of Contents

Class CustomGenAiEndpointLlmSelection

Custom LLM selection with specific Gen AI Endpoint.

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

In this article
Back to top