| 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.
|
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 |
|---|---|
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. |
GetEvaluationResponse.Builder |
GetEvaluationResponse.Builder.status(EntityStatus status)
The status of the evaluation.
|
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: |
Evaluation.Builder |
Evaluation.Builder.status(EntityStatus status)
The status of the evaluation.
|
DataSource.Builder |
DataSource.Builder.status(EntityStatus status)
The current status of the
DataSource. |
BatchPrediction.Builder |
BatchPrediction.Builder.status(EntityStatus status)
The status of the
BatchPrediction. |
Copyright © 2017. All rights reserved.