FastLaunchJobConfigSummary¶
-
class
oci.data_science.models.
FastLaunchJobConfigSummary
(**kwargs)¶ Bases:
object
The shape config to launch a fast launch capable job instance
Attributes
MANAGED_EGRESS_SUPPORT_REQUIRED
A constant which can be used with the managed_egress_support property of a FastLaunchJobConfigSummary. MANAGED_EGRESS_SUPPORT_SUPPORTED
A constant which can be used with the managed_egress_support property of a FastLaunchJobConfigSummary. MANAGED_EGRESS_SUPPORT_UNSUPPORTED
A constant which can be used with the managed_egress_support property of a FastLaunchJobConfigSummary. SHAPE_SERIES_AMD_ROME
A constant which can be used with the shape_series property of a FastLaunchJobConfigSummary. SHAPE_SERIES_ARM
A constant which can be used with the shape_series property of a FastLaunchJobConfigSummary. SHAPE_SERIES_GENERIC
A constant which can be used with the shape_series property of a FastLaunchJobConfigSummary. SHAPE_SERIES_INTEL_SKYLAKE
A constant which can be used with the shape_series property of a FastLaunchJobConfigSummary. SHAPE_SERIES_LEGACY
A constant which can be used with the shape_series property of a FastLaunchJobConfigSummary. SHAPE_SERIES_NVIDIA_GPU
A constant which can be used with the shape_series property of a FastLaunchJobConfigSummary. core_count
[Required] Gets the core_count of this FastLaunchJobConfigSummary. managed_egress_support
[Required] Gets the managed_egress_support of this FastLaunchJobConfigSummary. memory_in_gbs
[Required] Gets the memory_in_gbs of this FastLaunchJobConfigSummary. name
[Required] Gets the name of this FastLaunchJobConfigSummary. shape_name
[Required] Gets the shape_name of this FastLaunchJobConfigSummary. shape_series
[Required] Gets the shape_series of this FastLaunchJobConfigSummary. Methods
__init__
(**kwargs)Initializes a new FastLaunchJobConfigSummary object with values from keyword arguments. -
MANAGED_EGRESS_SUPPORT_REQUIRED
= 'REQUIRED'¶ A constant which can be used with the managed_egress_support property of a FastLaunchJobConfigSummary. This constant has a value of “REQUIRED”
-
MANAGED_EGRESS_SUPPORT_SUPPORTED
= 'SUPPORTED'¶ A constant which can be used with the managed_egress_support property of a FastLaunchJobConfigSummary. This constant has a value of “SUPPORTED”
-
MANAGED_EGRESS_SUPPORT_UNSUPPORTED
= 'UNSUPPORTED'¶ A constant which can be used with the managed_egress_support property of a FastLaunchJobConfigSummary. This constant has a value of “UNSUPPORTED”
-
SHAPE_SERIES_AMD_ROME
= 'AMD_ROME'¶ A constant which can be used with the shape_series property of a FastLaunchJobConfigSummary. This constant has a value of “AMD_ROME”
-
SHAPE_SERIES_ARM
= 'ARM'¶ A constant which can be used with the shape_series property of a FastLaunchJobConfigSummary. This constant has a value of “ARM”
-
SHAPE_SERIES_GENERIC
= 'GENERIC'¶ A constant which can be used with the shape_series property of a FastLaunchJobConfigSummary. This constant has a value of “GENERIC”
-
SHAPE_SERIES_INTEL_SKYLAKE
= 'INTEL_SKYLAKE'¶ A constant which can be used with the shape_series property of a FastLaunchJobConfigSummary. This constant has a value of “INTEL_SKYLAKE”
-
SHAPE_SERIES_LEGACY
= 'LEGACY'¶ A constant which can be used with the shape_series property of a FastLaunchJobConfigSummary. This constant has a value of “LEGACY”
-
SHAPE_SERIES_NVIDIA_GPU
= 'NVIDIA_GPU'¶ A constant which can be used with the shape_series property of a FastLaunchJobConfigSummary. This constant has a value of “NVIDIA_GPU”
-
__init__
(**kwargs)¶ Initializes a new FastLaunchJobConfigSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this FastLaunchJobConfigSummary.
- shape_name (str) – The value to assign to the shape_name property of this FastLaunchJobConfigSummary.
- core_count (int) – The value to assign to the core_count property of this FastLaunchJobConfigSummary.
- memory_in_gbs (int) – The value to assign to the memory_in_gbs property of this FastLaunchJobConfigSummary.
- shape_series (str) – The value to assign to the shape_series property of this FastLaunchJobConfigSummary. Allowed values for this property are: “AMD_ROME”, “INTEL_SKYLAKE”, “NVIDIA_GPU”, “GENERIC”, “LEGACY”, “ARM”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- managed_egress_support (str) – The value to assign to the managed_egress_support property of this FastLaunchJobConfigSummary. Allowed values for this property are: “REQUIRED”, “SUPPORTED”, “UNSUPPORTED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
core_count
¶ [Required] Gets the core_count of this FastLaunchJobConfigSummary. The number of cores associated with this fast launch job shape.
Returns: The core_count of this FastLaunchJobConfigSummary. Return type: int
-
managed_egress_support
¶ [Required] Gets the managed_egress_support of this FastLaunchJobConfigSummary. The managed egress support
Allowed values for this property are: “REQUIRED”, “SUPPORTED”, “UNSUPPORTED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The managed_egress_support of this FastLaunchJobConfigSummary. Return type: str
-
memory_in_gbs
¶ [Required] Gets the memory_in_gbs of this FastLaunchJobConfigSummary. The number of cores associated with this fast launch job shape.
Returns: The memory_in_gbs of this FastLaunchJobConfigSummary. Return type: int
-
name
¶ [Required] Gets the name of this FastLaunchJobConfigSummary. The name of the fast launch job config
Returns: The name of this FastLaunchJobConfigSummary. Return type: str
-
shape_name
¶ [Required] Gets the shape_name of this FastLaunchJobConfigSummary. The name of the fast launch job shape.
Returns: The shape_name of this FastLaunchJobConfigSummary. Return type: str
-
shape_series
¶ [Required] Gets the shape_series of this FastLaunchJobConfigSummary. The family that the compute shape belongs to.
Allowed values for this property are: “AMD_ROME”, “INTEL_SKYLAKE”, “NVIDIA_GPU”, “GENERIC”, “LEGACY”, “ARM”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The shape_series of this FastLaunchJobConfigSummary. Return type: str
-