| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static TrainingInstanceType |
TrainingInstanceType.fromValue(String value)
Use this in place of valueOf.
|
static TrainingInstanceType |
TrainingInstanceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrainingInstanceType[] |
TrainingInstanceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HyperParameterTuningInstanceConfig |
HyperParameterTuningInstanceConfig.withInstanceType(TrainingInstanceType instanceType)
The instance type used for processing of hyperparameter optimization jobs.
|
HyperParameterTuningResourceConfig |
HyperParameterTuningResourceConfig.withInstanceType(TrainingInstanceType instanceType)
The instance type used to run hyperparameter optimization tuning jobs.
|
InstanceGroup |
InstanceGroup.withInstanceType(TrainingInstanceType instanceType)
Specifies the instance type of the instance group.
|
ResourceConfig |
ResourceConfig.withInstanceType(TrainingInstanceType instanceType)
The ML compute instance type.
|
TrainingSpecification |
TrainingSpecification.withSupportedTrainingInstanceTypes(TrainingInstanceType... supportedTrainingInstanceTypes)
A list of the instance types that this algorithm can use for training.
|
Copyright © 2022. All rights reserved.