| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static TransformType |
TransformType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TransformType |
EvaluationMetrics.transformType()
The type of machine learning transform.
|
TransformType |
TransformParameters.transformType()
The type of machine learning transform.
|
TransformType |
TransformFilterCriteria.transformType()
The type of machine learning transform that is used to filter the machine learning transforms.
|
static TransformType |
TransformType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransformType[] |
TransformType.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<TransformType> |
TransformType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
EvaluationMetrics.Builder |
EvaluationMetrics.Builder.transformType(TransformType transformType)
The type of machine learning transform.
|
TransformParameters.Builder |
TransformParameters.Builder.transformType(TransformType transformType)
The type of machine learning transform.
|
TransformFilterCriteria.Builder |
TransformFilterCriteria.Builder.transformType(TransformType transformType)
The type of machine learning transform that is used to filter the machine learning transforms.
|
Copyright © 2023. All rights reserved.