LlmSelection

class oci.generative_ai.models.LlmSelection(**kwargs)

Bases: object

LLM selection configuration.

Attributes

LLM_SELECTION_TYPE_GEN_AI_MODEL A constant which can be used with the llm_selection_type property of a LlmSelection.
llm_selection_type [Required] Gets the llm_selection_type of this LlmSelection.

Methods

__init__(**kwargs) Initializes a new LlmSelection object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
LLM_SELECTION_TYPE_GEN_AI_MODEL = 'GEN_AI_MODEL'

A constant which can be used with the llm_selection_type property of a LlmSelection. This constant has a value of “GEN_AI_MODEL”

__init__(**kwargs)

Initializes a new LlmSelection object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:llm_selection_type (str) – The value to assign to the llm_selection_type property of this LlmSelection. Allowed values for this property are: “GEN_AI_MODEL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

llm_selection_type

[Required] Gets the llm_selection_type of this LlmSelection. The type of LLM selection.

Allowed values for this property are: “GEN_AI_MODEL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The llm_selection_type of this LlmSelection.
Return type:str