| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static TransformStatusType |
TransformStatusType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TransformStatusType |
GetMlTransformResponse.status()
The last known status of the transform (to indicate whether it can be used or not).
|
TransformStatusType |
TransformFilterCriteria.status()
Filters the list of machine learning transforms by the last known status of the transforms (to indicate whether a
transform can be used or not).
|
TransformStatusType |
MLTransform.status()
The current status of the machine learning transform.
|
static TransformStatusType |
TransformStatusType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransformStatusType[] |
TransformStatusType.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<TransformStatusType> |
TransformStatusType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetMlTransformResponse.Builder |
GetMlTransformResponse.Builder.status(TransformStatusType status)
The last known status of the transform (to indicate whether it can be used or not).
|
TransformFilterCriteria.Builder |
TransformFilterCriteria.Builder.status(TransformStatusType status)
Filters the list of machine learning transforms by the last known status of the transforms (to indicate
whether a transform can be used or not).
|
MLTransform.Builder |
MLTransform.Builder.status(TransformStatusType status)
The current status of the machine learning transform.
|
Copyright © 2023. All rights reserved.