| Package | Description |
|---|---|
| com.amazonaws.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 |
|---|---|
void |
MLModel.setStatus(EntityStatus status)
The current status of an
MLModel. |
void |
DataSource.setStatus(EntityStatus status)
The current status of the
DataSource. |
void |
BatchPrediction.setStatus(EntityStatus status)
The status of the
BatchPrediction. |
void |
GetMLModelResult.setStatus(EntityStatus status)
The current status of the
MLModel. |
void |
GetEvaluationResult.setStatus(EntityStatus status)
The status of the evaluation.
|
void |
GetBatchPredictionResult.setStatus(EntityStatus status)
The status of the
BatchPrediction, which can be one of the following values: |
void |
Evaluation.setStatus(EntityStatus status)
The status of the evaluation.
|
void |
GetDataSourceResult.setStatus(EntityStatus status)
The current status of the
DataSource. |
MLModel |
MLModel.withStatus(EntityStatus status)
The current status of an
MLModel. |
DataSource |
DataSource.withStatus(EntityStatus status)
The current status of the
DataSource. |
BatchPrediction |
BatchPrediction.withStatus(EntityStatus status)
The status of the
BatchPrediction. |
GetMLModelResult |
GetMLModelResult.withStatus(EntityStatus status)
The current status of the
MLModel. |
GetEvaluationResult |
GetEvaluationResult.withStatus(EntityStatus status)
The status of the evaluation.
|
GetBatchPredictionResult |
GetBatchPredictionResult.withStatus(EntityStatus status)
The status of the
BatchPrediction, which can be one of the following values: |
Evaluation |
Evaluation.withStatus(EntityStatus status)
The status of the evaluation.
|
GetDataSourceResult |
GetDataSourceResult.withStatus(EntityStatus status)
The current status of the
DataSource. |
Copyright © 2024. All rights reserved.