| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning.model |
| Modifier and Type | Method and Description |
|---|---|
static EntityStatus |
EntityStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
EntityStatus |
MLModel.status()
The current status of an
MLModel. |
EntityStatus |
GetMlModelResponse.status()
The current status of the
MLModel. |
EntityStatus |
DataSource.status()
The current status of the
DataSource. |
EntityStatus |
Evaluation.status()
The status of the evaluation.
|
EntityStatus |
BatchPrediction.status()
The status of the
BatchPrediction. |
EntityStatus |
GetDataSourceResponse.status()
The current status of the
DataSource. |
EntityStatus |
GetBatchPredictionResponse.status()
The status of the
BatchPrediction, which can be one of the following values: |
EntityStatus |
GetEvaluationResponse.status()
The status of the evaluation.
|
static EntityStatus |
EntityStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityStatus[] |
EntityStatus.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<EntityStatus> |
EntityStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
MLModel.Builder |
MLModel.Builder.status(EntityStatus status)
The current status of an
MLModel. |
GetMlModelResponse.Builder |
GetMlModelResponse.Builder.status(EntityStatus status)
The current status of the
MLModel. |
DataSource.Builder |
DataSource.Builder.status(EntityStatus status)
The current status of the
DataSource. |
Evaluation.Builder |
Evaluation.Builder.status(EntityStatus status)
The status of the evaluation.
|
BatchPrediction.Builder |
BatchPrediction.Builder.status(EntityStatus status)
The status of the
BatchPrediction. |
GetDataSourceResponse.Builder |
GetDataSourceResponse.Builder.status(EntityStatus status)
The current status of the
DataSource. |
GetBatchPredictionResponse.Builder |
GetBatchPredictionResponse.Builder.status(EntityStatus status)
The status of the
BatchPrediction, which can be one of the following values: |
GetEvaluationResponse.Builder |
GetEvaluationResponse.Builder.status(EntityStatus status)
The status of the evaluation.
|
Copyright © 2023. All rights reserved.