ManagedComputeClusterSystemData¶
-
class
oci.data_science.models.ManagedComputeClusterSystemData(**kwargs)¶ Bases:
oci.data_science.models.compute_target_system_data.ComputeTargetSystemDataManaged compute cluster system data.
Attributes
COMPUTE_TYPE_MANAGED_COMPUTE_CLUSTERstr(object=’’) -> str compute_typeGets the compute_type of this ComputeTargetSystemData. current_instance_countGets the current_instance_count of this ManagedComputeClusterSystemData. Methods
__init__(**kwargs)Initializes a new ManagedComputeClusterSystemData 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. -
COMPUTE_TYPE_MANAGED_COMPUTE_CLUSTER= 'MANAGED_COMPUTE_CLUSTER'¶
-
__init__(**kwargs)¶ Initializes a new ManagedComputeClusterSystemData object with values from keyword arguments. The default value of the
compute_typeattribute of this class isMANAGED_COMPUTE_CLUSTERand it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - compute_type (str) – The value to assign to the compute_type property of this ManagedComputeClusterSystemData. Allowed values for this property are: “MANAGED_COMPUTE_CLUSTER”
- current_instance_count (int) – The value to assign to the current_instance_count property of this ManagedComputeClusterSystemData.
-
compute_type¶ Gets the compute_type of this ComputeTargetSystemData. Type of compute target.
Allowed values for this property are: “MANAGED_COMPUTE_CLUSTER”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The compute_type of this ComputeTargetSystemData. Return type: str
-
current_instance_count¶ Gets the current_instance_count of this ManagedComputeClusterSystemData. Current count of the instances in managed compute cluster type compute target.
Returns: The current_instance_count of this ManagedComputeClusterSystemData. 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.
-