Interface AcceleratorPartitionConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AcceleratorPartitionConfig.Builder,,AcceleratorPartitionConfig> SdkBuilder<AcceleratorPartitionConfig.Builder,,AcceleratorPartitionConfig> SdkPojo
- Enclosing class:
AcceleratorPartitionConfig
-
Method Summary
Modifier and TypeMethodDescriptionThe number of accelerator partitions to allocate with the specified partition type.The Multi-Instance GPU (MIG) profile type that defines the partition configuration.type(MIGProfileType type) The Multi-Instance GPU (MIG) profile type that defines the partition configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
type
The Multi-Instance GPU (MIG) profile type that defines the partition configuration. The profile specifies the compute and memory allocation for each partition instance. The available profile types depend on the instance type specified in the compute quota configuration.
- Parameters:
type- The Multi-Instance GPU (MIG) profile type that defines the partition configuration. The profile specifies the compute and memory allocation for each partition instance. The available profile types depend on the instance type specified in the compute quota configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The Multi-Instance GPU (MIG) profile type that defines the partition configuration. The profile specifies the compute and memory allocation for each partition instance. The available profile types depend on the instance type specified in the compute quota configuration.
- Parameters:
type- The Multi-Instance GPU (MIG) profile type that defines the partition configuration. The profile specifies the compute and memory allocation for each partition instance. The available profile types depend on the instance type specified in the compute quota configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
count
The number of accelerator partitions to allocate with the specified partition type. If you don't specify a value for vCPU and MemoryInGiB, SageMaker AI automatically allocates ratio-based values for those parameters based on the accelerator partition count you provide.
- Parameters:
count- The number of accelerator partitions to allocate with the specified partition type. If you don't specify a value for vCPU and MemoryInGiB, SageMaker AI automatically allocates ratio-based values for those parameters based on the accelerator partition count you provide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-