Show / Hide Table of Contents

Class ModelConfig

Base model configuration shared across GenAI Project memory.

Inheritance
object
ModelConfig
CondenserConfig
EmbeddingConfig
ExtractionConfig
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
[JsonConverter(typeof(ModelConfigModelConverter))]
public class ModelConfig

Properties

LlmSelection

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

Required

In this article
Back to top