CreateServiceManagedGpuFleetDetails¶
-
class
oci.batch.models.CreateServiceManagedGpuFleetDetails(**kwargs)¶ Bases:
oci.batch.models.create_fleet_details.CreateFleetDetailsService managed GPU Fleet configuration of the batch context.
Attributes
TYPE_SERVICE_MANAGED_FLEETstr(object=’’) -> str TYPE_SERVICE_MANAGED_GPU_FLEETstr(object=’’) -> str max_concurrent_tasks[Required] Gets the max_concurrent_tasks of this CreateServiceManagedGpuFleetDetails. name[Required] Gets the name of this CreateServiceManagedGpuFleetDetails. shape[Required] Gets the shape of this CreateServiceManagedGpuFleetDetails. type[Required] Gets the type of this CreateFleetDetails. Methods
__init__(**kwargs)Initializes a new CreateServiceManagedGpuFleetDetails 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. -
TYPE_SERVICE_MANAGED_FLEET= 'SERVICE_MANAGED_FLEET'¶
-
TYPE_SERVICE_MANAGED_GPU_FLEET= 'SERVICE_MANAGED_GPU_FLEET'¶
-
__init__(**kwargs)¶ Initializes a new CreateServiceManagedGpuFleetDetails object with values from keyword arguments. The default value of the
typeattribute of this class isSERVICE_MANAGED_GPU_FLEETand it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - type (str) – The value to assign to the type property of this CreateServiceManagedGpuFleetDetails. Allowed values for this property are: “SERVICE_MANAGED_FLEET”, “SERVICE_MANAGED_GPU_FLEET”
- name (str) – The value to assign to the name property of this CreateServiceManagedGpuFleetDetails.
- shape (oci.batch.models.CreateGpuFleetShapeDetails) – The value to assign to the shape property of this CreateServiceManagedGpuFleetDetails.
- max_concurrent_tasks (int) – The value to assign to the max_concurrent_tasks property of this CreateServiceManagedGpuFleetDetails.
-
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.
-
max_concurrent_tasks¶ [Required] Gets the max_concurrent_tasks of this CreateServiceManagedGpuFleetDetails. Maximum number of concurrent tasks for the service managed GPU fleet.
Returns: The max_concurrent_tasks of this CreateServiceManagedGpuFleetDetails. Return type: int
-
name¶ [Required] Gets the name of this CreateServiceManagedGpuFleetDetails. Name of the service managed GPU fleet.
Returns: The name of this CreateServiceManagedGpuFleetDetails. Return type: str
-
shape¶ [Required] Gets the shape of this CreateServiceManagedGpuFleetDetails.
Returns: The shape of this CreateServiceManagedGpuFleetDetails. Return type: oci.batch.models.CreateGpuFleetShapeDetails
-
type¶ [Required] Gets the type of this CreateFleetDetails. Type of the fleet. Also serves as a discriminator for sub-entities.
Allowed values for this property are: “SERVICE_MANAGED_FLEET”, “SERVICE_MANAGED_GPU_FLEET”
Returns: The type of this CreateFleetDetails. Return type: str
-