| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static TransformInstanceType |
TransformInstanceType.fromValue(String value)
Use this in place of valueOf.
|
static TransformInstanceType |
TransformInstanceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransformInstanceType[] |
TransformInstanceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TransformResources |
TransformResources.withInstanceType(TransformInstanceType instanceType)
The ML compute instance type for the transform job.
|
AdditionalInferenceSpecificationDefinition |
AdditionalInferenceSpecificationDefinition.withSupportedTransformInstanceTypes(TransformInstanceType... supportedTransformInstanceTypes)
A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.
|
InferenceSpecification |
InferenceSpecification.withSupportedTransformInstanceTypes(TransformInstanceType... supportedTransformInstanceTypes)
A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.
|
Copyright © 2024. All rights reserved.