ModelDetails

class oci.generative_ai_agent_runtime.models.ModelDetails(**kwargs)

Bases: object

Model details.

Methods

__init__(**kwargs) Initializes a new ModelDetails object with values from keyword arguments.

Attributes

model_name Gets the model_name of this ModelDetails.
model_params Gets the model_params of this ModelDetails.
model_version Gets the model_version of this ModelDetails.
__init__(**kwargs)

Initializes a new ModelDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • model_name (str) – The value to assign to the model_name property of this ModelDetails.
  • model_version (str) – The value to assign to the model_version property of this ModelDetails.
  • model_params (oci.generative_ai_agent_runtime.models.ModelParams) – The value to assign to the model_params property of this ModelDetails.
model_name

Gets the model_name of this ModelDetails. Name of the model.

Returns:The model_name of this ModelDetails.
Return type:str
model_params

Gets the model_params of this ModelDetails.

Returns:The model_params of this ModelDetails.
Return type:oci.generative_ai_agent_runtime.models.ModelParams
model_version

Gets the model_version of this ModelDetails. Version of the model.

Returns:The model_version of this ModelDetails.
Return type:str