UpdateSingleModelConfigurationDetails

class oci.data_science.models.UpdateSingleModelConfigurationDetails(**kwargs)

Bases: object

The single model configuration details for updating a model deployment.

Methods

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

Attributes

model_id [Required] Gets the model_id of this UpdateSingleModelConfigurationDetails.
__init__(**kwargs)

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

Parameters:model_id (str) – The value to assign to the model_id property of this UpdateSingleModelConfigurationDetails.
model_id

[Required] Gets the model_id of this UpdateSingleModelConfigurationDetails. The OCID of a model.

Returns:The model_id of this UpdateSingleModelConfigurationDetails.
Return type:str