Interface ResourceConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ResourceConfig.Builder,,ResourceConfig> SdkBuilder<ResourceConfig.Builder,,ResourceConfig> SdkPojo
- Enclosing class:
ResourceConfig
@Mutable
@NotThreadSafe
public static interface ResourceConfig.Builder
extends SdkPojo, CopyableBuilder<ResourceConfig.Builder,ResourceConfig>
-
Method Summary
Modifier and TypeMethodDescriptioninstanceCount(Integer instanceCount) The number of resources that are used to train the model.instanceType(String instanceType) The instance type that is used to train the model.instanceType(InstanceType instanceType) The instance type that is used to train the model.volumeSizeInGB(Integer volumeSizeInGB) The volume size of the instance that is used to train the model.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
-
instanceCount
The number of resources that are used to train the model.
- Parameters:
instanceCount- The number of resources that are used to train the model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceType
The instance type that is used to train the model.
- Parameters:
instanceType- The instance type that is used to train the model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
instanceType
The instance type that is used to train the model.
- Parameters:
instanceType- The instance type that is used to train the model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
volumeSizeInGB
The volume size of the instance that is used to train the model. Please see EC2 volume limit for volume size limitations on different instance types.
- Parameters:
volumeSizeInGB- The volume size of the instance that is used to train the model. Please see EC2 volume limit for volume size limitations on different instance types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-