Package | Description |
---|---|
com.amazonaws.services.machinelearning.model |
Modifier and Type | Method and Description |
---|---|
BatchPrediction |
BatchPrediction.clone() |
BatchPrediction |
BatchPrediction.withBatchPredictionDataSourceId(String batchPredictionDataSourceId)
The ID of the
DataSource that points to the group of
observations to predict. |
BatchPrediction |
BatchPrediction.withBatchPredictionId(String batchPredictionId)
The ID assigned to the
BatchPrediction at creation. |
BatchPrediction |
BatchPrediction.withCreatedAt(Date createdAt)
The time that the
BatchPrediction was created. |
BatchPrediction |
BatchPrediction.withCreatedByIamUser(String createdByIamUser)
The AWS user account that invoked the
BatchPrediction . |
BatchPrediction |
BatchPrediction.withInputDataLocationS3(String inputDataLocationS3)
The location of the data file or directory in Amazon Simple Storage
Service (Amazon S3).
|
BatchPrediction |
BatchPrediction.withLastUpdatedAt(Date lastUpdatedAt)
The time of the most recent edit to the
BatchPrediction . |
BatchPrediction |
BatchPrediction.withMessage(String message)
A description of the most recent details about processing the batch
prediction request.
|
BatchPrediction |
BatchPrediction.withMLModelId(String mLModelId)
The ID of the
MLModel that generated predictions for the
BatchPrediction request. |
BatchPrediction |
BatchPrediction.withName(String name)
A user-supplied name or description of the
BatchPrediction . |
BatchPrediction |
BatchPrediction.withOutputUri(String outputUri)
The location of an Amazon S3 bucket or directory to receive the operation
results.
|
BatchPrediction |
BatchPrediction.withStatus(EntityStatus status)
The status of the
BatchPrediction . |
BatchPrediction |
BatchPrediction.withStatus(String status)
The status of the
BatchPrediction . |
Modifier and Type | Method and Description |
---|---|
List<BatchPrediction> |
DescribeBatchPredictionsResult.getResults()
A list of BatchPrediction objects that meet the search criteria.
|
Modifier and Type | Method and Description |
---|---|
DescribeBatchPredictionsResult |
DescribeBatchPredictionsResult.withResults(BatchPrediction... results)
A list of BatchPrediction objects that meet the search criteria.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeBatchPredictionsResult.setResults(Collection<BatchPrediction> results)
A list of BatchPrediction objects that meet the search criteria.
|
DescribeBatchPredictionsResult |
DescribeBatchPredictionsResult.withResults(Collection<BatchPrediction> results)
A list of BatchPrediction objects that meet the search criteria.
|
Copyright © 2018. All rights reserved.