| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static TransformInstanceType |
TransformInstanceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TransformInstanceType |
TransformResources.instanceType()
The ML compute instance type for the transform job.
|
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 |
|---|---|
static Set<TransformInstanceType> |
TransformInstanceType.knownValues()
|
List<TransformInstanceType> |
InferenceSpecification.supportedTransformInstanceTypes()
A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.
|
| Modifier and Type | Method and Description |
|---|---|
TransformResources.Builder |
TransformResources.Builder.instanceType(TransformInstanceType instanceType)
The ML compute instance type for the transform job.
|
InferenceSpecification.Builder |
InferenceSpecification.Builder.supportedTransformInstanceTypes(TransformInstanceType... supportedTransformInstanceTypes)
A list of the instance types on which a transformation job can be run or on which an endpoint can be
deployed.
|
| Modifier and Type | Method and Description |
|---|---|
InferenceSpecification.Builder |
InferenceSpecification.Builder.supportedTransformInstanceTypes(Collection<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 © 2019. All rights reserved.