| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static TransformStatusType |
TransformStatusType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
GetMLTransformResult |
GetMLTransformResult.withStatus(TransformStatusType status)
The last known status of the transform (to indicate whether it can be used or not).
|
MLTransform |
MLTransform.withStatus(TransformStatusType status)
The current status of the machine learning transform.
|
TransformFilterCriteria |
TransformFilterCriteria.withStatus(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).
|
Copyright © 2023. All rights reserved.