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 maximum size of the instance that is used to train the model.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods 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 maximum size of the instance that is used to train the model.
- Parameters:
volumeSizeInGB
- The maximum size of the instance that is used to train the model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-