void |
BatchPrediction.setStatus(EntityStatus status) |
The status of the BatchPrediction .
|
void |
DataSource.setStatus(EntityStatus status) |
The current status of the DataSource .
|
void |
Evaluation.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 |
GetDataSourceResult.setStatus(EntityStatus status) |
The current status of the DataSource .
|
void |
GetEvaluationResult.setStatus(EntityStatus status) |
The status of the evaluation.
|
void |
GetMLModelResult.setStatus(EntityStatus status) |
The current status of the MLModel .
|
void |
MLModel.setStatus(EntityStatus status) |
The current status of an MLModel .
|
BatchPrediction |
BatchPrediction.withStatus(EntityStatus status) |
The status of the BatchPrediction .
|
DataSource |
DataSource.withStatus(EntityStatus status) |
The current status of the DataSource .
|
Evaluation |
Evaluation.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:
|
GetDataSourceResult |
GetDataSourceResult.withStatus(EntityStatus status) |
The current status of the DataSource .
|
GetEvaluationResult |
GetEvaluationResult.withStatus(EntityStatus status) |
The status of the evaluation.
|
GetMLModelResult |
GetMLModelResult.withStatus(EntityStatus status) |
The current status of the MLModel .
|
MLModel |
MLModel.withStatus(EntityStatus status) |
The current status of an MLModel .
|