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 |
GetMLModelResult.setStatus(EntityStatus status)
The current status of the
MLModel . |
void |
GetEvaluationResult.setStatus(EntityStatus status)
The status of the evaluation.
|
void |
GetDataSourceResult.setStatus(EntityStatus status)
The current status of the
DataSource . |
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 |
DataSource.setStatus(EntityStatus status)
The current status of the
DataSource . |
void |
BatchPrediction.setStatus(EntityStatus status)
The status of the
BatchPrediction . |
MLModel |
MLModel.withStatus(EntityStatus status)
The current status of an
MLModel . |
GetMLModelResult |
GetMLModelResult.withStatus(EntityStatus status)
The current status of the
MLModel . |
GetEvaluationResult |
GetEvaluationResult.withStatus(EntityStatus status)
The status of the evaluation.
|
GetDataSourceResult |
GetDataSourceResult.withStatus(EntityStatus status)
The current status of the
DataSource . |
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.
|
DataSource |
DataSource.withStatus(EntityStatus status)
The current status of the
DataSource . |
BatchPrediction |
BatchPrediction.withStatus(EntityStatus status)
The status of the
BatchPrediction . |
Copyright © 2015. All rights reserved.