InstancePoolModelDeploymentSystemData¶
-
class
oci.data_science.models.
InstancePoolModelDeploymentSystemData
(**kwargs)¶ Bases:
oci.data_science.models.model_deployment_system_data.ModelDeploymentSystemData
Instance pool based model deployment system data.
Attributes
SYSTEM_INFRA_TYPE_INSTANCE_POOL
str(object=’’) -> str current_instance_count
Gets the current_instance_count of this InstancePoolModelDeploymentSystemData. system_infra_type
Gets the system_infra_type of this ModelDeploymentSystemData. Methods
__init__
(**kwargs)Initializes a new InstancePoolModelDeploymentSystemData 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. -
SYSTEM_INFRA_TYPE_INSTANCE_POOL
= 'INSTANCE_POOL'¶
-
__init__
(**kwargs)¶ Initializes a new InstancePoolModelDeploymentSystemData object with values from keyword arguments. The default value of the
system_infra_type
attribute of this class isINSTANCE_POOL
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - system_infra_type (str) – The value to assign to the system_infra_type property of this InstancePoolModelDeploymentSystemData. Allowed values for this property are: “INSTANCE_POOL”
- current_instance_count (int) – The value to assign to the current_instance_count property of this InstancePoolModelDeploymentSystemData.
-
current_instance_count
¶ Gets the current_instance_count of this InstancePoolModelDeploymentSystemData. This value is the current count of the model deployment instances.
Returns: The current_instance_count of this InstancePoolModelDeploymentSystemData. Return type: int
-
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.
-
system_infra_type
¶ Gets the system_infra_type of this ModelDeploymentSystemData. The infrastructure type of the model deployment.
Allowed values for this property are: “INSTANCE_POOL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The system_infra_type of this ModelDeploymentSystemData. Return type: str
-