Class CustomGenAiModelLlmSelection
Custom LLM selection with specific Gen AI model.
Inherited Members
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