InstancePoolModelDeploymentSystemData¶
-
class
oci.data_science.models.InstancePoolModelDeploymentSystemData(**kwargs)¶ Bases:
oci.data_science.models.model_deployment_system_data.ModelDeploymentSystemDataInstance pool based model deployment system data.
Attributes
MODEL_TYPE_MANAGED_MODELstr(object=’’) -> str SYSTEM_INFRA_TYPE_INSTANCE_POOLstr(object=’’) -> str current_instance_countGets the current_instance_count of this InstancePoolModelDeploymentSystemData. model_typeGets the model_type of this ModelDeploymentSystemData. system_infra_typeGets 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. -
MODEL_TYPE_MANAGED_MODEL= 'MANAGED_MODEL'¶
-
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_typeattribute of this class isINSTANCE_POOLand 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”
- model_type (str) – The value to assign to the model_type property of this InstancePoolModelDeploymentSystemData. Allowed values for this property are: “MANAGED_MODEL”
- 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.
-
model_type¶ Gets the model_type of this ModelDeploymentSystemData. The type of the deployed model.
Allowed values for this property are: “MANAGED_MODEL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The model_type of this ModelDeploymentSystemData. Return type: str
-
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
-