UpdateSingleModelDeploymentFlexConfigurationDetails

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

Bases: oci.data_science.models.update_model_deployment_configuration_details.UpdateModelDeploymentConfigurationDetails

The single model deployment flex configuration details for updating a model deployment.

Attributes

DEPLOYMENT_TYPE_MODEL_GROUP str(object=’’) -> str
DEPLOYMENT_TYPE_SINGLE_MODEL str(object=’’) -> str
DEPLOYMENT_TYPE_SINGLE_MODEL_FLEX str(object=’’) -> str
deployment_type Gets the deployment_type of this UpdateModelDeploymentConfigurationDetails.
environment_configuration_details Gets the environment_configuration_details of this UpdateSingleModelDeploymentFlexConfigurationDetails.
infrastructure_configuration_details Gets the infrastructure_configuration_details of this UpdateSingleModelDeploymentFlexConfigurationDetails.
model_configuration_details Gets the model_configuration_details of this UpdateSingleModelDeploymentFlexConfigurationDetails.

Methods

__init__(**kwargs) Initializes a new UpdateSingleModelDeploymentFlexConfigurationDetails 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.
DEPLOYMENT_TYPE_MODEL_GROUP = 'MODEL_GROUP'
DEPLOYMENT_TYPE_SINGLE_MODEL = 'SINGLE_MODEL'
DEPLOYMENT_TYPE_SINGLE_MODEL_FLEX = 'SINGLE_MODEL_FLEX'
__init__(**kwargs)

Initializes a new UpdateSingleModelDeploymentFlexConfigurationDetails object with values from keyword arguments. The default value of the deployment_type attribute of this class is SINGLE_MODEL_FLEX and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
deployment_type

Gets the deployment_type of this UpdateModelDeploymentConfigurationDetails. The type of the model deployment.

Allowed values for this property are: “SINGLE_MODEL”, “MODEL_GROUP”, “SINGLE_MODEL_FLEX”

Returns:The deployment_type of this UpdateModelDeploymentConfigurationDetails.
Return type:str
environment_configuration_details

Gets the environment_configuration_details of this UpdateSingleModelDeploymentFlexConfigurationDetails.

Returns:The environment_configuration_details of this UpdateSingleModelDeploymentFlexConfigurationDetails.
Return type:oci.data_science.models.UpdateModelDeploymentEnvironmentConfigurationDetails
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.

infrastructure_configuration_details

Gets the infrastructure_configuration_details of this UpdateSingleModelDeploymentFlexConfigurationDetails.

Returns:The infrastructure_configuration_details of this UpdateSingleModelDeploymentFlexConfigurationDetails.
Return type:oci.data_science.models.UpdateModelDeployInfrastructureConfigurationDetails
model_configuration_details

Gets the model_configuration_details of this UpdateSingleModelDeploymentFlexConfigurationDetails.

Returns:The model_configuration_details of this UpdateSingleModelDeploymentFlexConfigurationDetails.
Return type:oci.data_science.models.UpdateSingleModelConfigurationDetails