| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static TrainingInstanceType |
TrainingInstanceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TrainingInstanceType |
ResourceConfig.instanceType()
The ML compute instance type.
|
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 |
|---|---|
static Set<TrainingInstanceType> |
TrainingInstanceType.knownValues()
|
List<TrainingInstanceType> |
TrainingSpecification.supportedTrainingInstanceTypes()
A list of the instance types that this algorithm can use for training.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceConfig.Builder |
ResourceConfig.Builder.instanceType(TrainingInstanceType instanceType)
The ML compute instance type.
|
TrainingSpecification.Builder |
TrainingSpecification.Builder.supportedTrainingInstanceTypes(TrainingInstanceType... supportedTrainingInstanceTypes)
A list of the instance types that this algorithm can use for training.
|
| Modifier and Type | Method and Description |
|---|---|
TrainingSpecification.Builder |
TrainingSpecification.Builder.supportedTrainingInstanceTypes(Collection<TrainingInstanceType> supportedTrainingInstanceTypes)
A list of the instance types that this algorithm can use for training.
|
Copyright © 2022. All rights reserved.