Class GenAiModelLlmSelection
LLM selection with specific Gen AI model.
Inherited Members
Namespace: Oci.GenerativeaiService.Models
Assembly: OCI.DotNetSDK.Generativeai.dll
Syntax
public class GenAiModelLlmSelection : LlmSelection
Properties
ModelId
Declaration
[Required(ErrorMessage = "ModelId is required.")]
[JsonProperty(PropertyName = "modelId")]
public string ModelId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The id of the GenAI model |
Remarks
Required