Show / Hide Table of Contents

Class GenAiModelLlmSelection

LLM selection with specific Gen AI model.

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

In this article
Back to top