public static interface HyperParameterTuningInstanceConfig.Builder extends SdkPojo, CopyableBuilder<HyperParameterTuningInstanceConfig.Builder,HyperParameterTuningInstanceConfig>
| Modifier and Type | Method and Description |
|---|---|
HyperParameterTuningInstanceConfig.Builder |
instanceCount(Integer instanceCount)
The number of instances of the type specified by
InstanceType. |
HyperParameterTuningInstanceConfig.Builder |
instanceType(String instanceType)
The instance type used for processing of hyperparameter optimization jobs.
|
HyperParameterTuningInstanceConfig.Builder |
instanceType(TrainingInstanceType instanceType)
The instance type used for processing of hyperparameter optimization jobs.
|
HyperParameterTuningInstanceConfig.Builder |
volumeSizeInGB(Integer volumeSizeInGB)
The volume size in GB of the data to be processed for hyperparameter optimization (optional).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHyperParameterTuningInstanceConfig.Builder instanceType(String instanceType)
The instance type used for processing of hyperparameter optimization jobs. Choose from general purpose (no GPUs) instance types: ml.m5.xlarge, ml.m5.2xlarge, and ml.m5.4xlarge or compute optimized (no GPUs) instance types: ml.c5.xlarge and ml.c5.2xlarge. For more information about instance types, see instance type descriptions.
instanceType - The instance type used for processing of hyperparameter optimization jobs. Choose from general purpose
(no GPUs) instance types: ml.m5.xlarge, ml.m5.2xlarge, and ml.m5.4xlarge or compute optimized (no
GPUs) instance types: ml.c5.xlarge and ml.c5.2xlarge. For more information about instance types, see
instance type descriptions.TrainingInstanceType,
TrainingInstanceTypeHyperParameterTuningInstanceConfig.Builder instanceType(TrainingInstanceType instanceType)
The instance type used for processing of hyperparameter optimization jobs. Choose from general purpose (no GPUs) instance types: ml.m5.xlarge, ml.m5.2xlarge, and ml.m5.4xlarge or compute optimized (no GPUs) instance types: ml.c5.xlarge and ml.c5.2xlarge. For more information about instance types, see instance type descriptions.
instanceType - The instance type used for processing of hyperparameter optimization jobs. Choose from general purpose
(no GPUs) instance types: ml.m5.xlarge, ml.m5.2xlarge, and ml.m5.4xlarge or compute optimized (no
GPUs) instance types: ml.c5.xlarge and ml.c5.2xlarge. For more information about instance types, see
instance type descriptions.TrainingInstanceType,
TrainingInstanceTypeHyperParameterTuningInstanceConfig.Builder instanceCount(Integer instanceCount)
The number of instances of the type specified by InstanceType. Choose an instance count larger
than 1 for distributed training algorithms. See Step 2: Launch a SageMaker
Distributed Training Job Using the SageMaker Python SDK for more information.
instanceCount - The number of instances of the type specified by InstanceType. Choose an instance count
larger than 1 for distributed training algorithms. See Step 2: Launch a
SageMaker Distributed Training Job Using the SageMaker Python SDK for more information.HyperParameterTuningInstanceConfig.Builder volumeSizeInGB(Integer volumeSizeInGB)
The volume size in GB of the data to be processed for hyperparameter optimization (optional).
volumeSizeInGB - The volume size in GB of the data to be processed for hyperparameter optimization (optional).Copyright © 2023. All rights reserved.