Show / Hide Table of Contents

Class CustomGenAiModelLlmSelection

Custom LLM selection with specific Gen AI model.

Inheritance
object
LlmSelection
CustomGenAiModelLlmSelection
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 CustomGenAiModelLlmSelection : LlmSelection

Properties

ModelId

Declaration
[Required(ErrorMessage = "ModelId is required.")]
[JsonProperty(PropertyName = "modelId")]
public string ModelId { get; set; }
Property Value
Type Description
string

The OCID of the GenAI model

Remarks

Required

In this article
Back to top