ModelGroupDeploymentConfigurationDetails¶
-
class
oci.data_science.models.
ModelGroupDeploymentConfigurationDetails
(**kwargs)¶ Bases:
oci.data_science.models.model_deployment_configuration_details.ModelDeploymentConfigurationDetails
The model group type deployment.
Attributes
DEPLOYMENT_TYPE_MODEL_GROUP
str(object=’’) -> str DEPLOYMENT_TYPE_SINGLE_MODEL
str(object=’’) -> str deployment_type
[Required] Gets the deployment_type of this ModelDeploymentConfigurationDetails. environment_configuration_details
Gets the environment_configuration_details of this ModelGroupDeploymentConfigurationDetails. infrastructure_configuration_details
[Required] Gets the infrastructure_configuration_details of this ModelGroupDeploymentConfigurationDetails. model_group_configuration_details
[Required] Gets the model_group_configuration_details of this ModelGroupDeploymentConfigurationDetails. Methods
__init__
(**kwargs)Initializes a new ModelGroupDeploymentConfigurationDetails 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'¶
-
__init__
(**kwargs)¶ Initializes a new ModelGroupDeploymentConfigurationDetails object with values from keyword arguments. The default value of the
deployment_type
attribute of this class isMODEL_GROUP
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - deployment_type (str) – The value to assign to the deployment_type property of this ModelGroupDeploymentConfigurationDetails. Allowed values for this property are: “SINGLE_MODEL”, “MODEL_GROUP”
- model_group_configuration_details (oci.data_science.models.ModelGroupConfigurationDetails) – The value to assign to the model_group_configuration_details property of this ModelGroupDeploymentConfigurationDetails.
- infrastructure_configuration_details (oci.data_science.models.InfrastructureConfigurationDetails) – The value to assign to the infrastructure_configuration_details property of this ModelGroupDeploymentConfigurationDetails.
- environment_configuration_details (oci.data_science.models.ModelDeploymentEnvironmentConfigurationDetails) – The value to assign to the environment_configuration_details property of this ModelGroupDeploymentConfigurationDetails.
-
deployment_type
¶ [Required] Gets the deployment_type of this ModelDeploymentConfigurationDetails. The type of the model deployment.
Allowed values for this property are: “SINGLE_MODEL”, “MODEL_GROUP”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The deployment_type of this ModelDeploymentConfigurationDetails. Return type: str
-
environment_configuration_details
¶ Gets the environment_configuration_details of this ModelGroupDeploymentConfigurationDetails.
Returns: The environment_configuration_details of this ModelGroupDeploymentConfigurationDetails. Return type: oci.data_science.models.ModelDeploymentEnvironmentConfigurationDetails
-
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
¶ [Required] Gets the infrastructure_configuration_details of this ModelGroupDeploymentConfigurationDetails.
Returns: The infrastructure_configuration_details of this ModelGroupDeploymentConfigurationDetails. Return type: oci.data_science.models.InfrastructureConfigurationDetails
-
model_group_configuration_details
¶ [Required] Gets the model_group_configuration_details of this ModelGroupDeploymentConfigurationDetails.
Returns: The model_group_configuration_details of this ModelGroupDeploymentConfigurationDetails. Return type: oci.data_science.models.ModelGroupConfigurationDetails
-