Package | Description |
---|---|
com.amazonaws.services.machinelearning.model | |
com.amazonaws.services.machinelearning.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<BatchPrediction> |
DescribeBatchPredictionsResult.results
A list of BatchPrediction objects that meet the search criteria.
|
Modifier and Type | Method and Description |
---|---|
BatchPrediction |
BatchPrediction.clone() |
BatchPrediction |
BatchPrediction.withBatchPredictionDataSourceId(java.lang.String batchPredictionDataSourceId)
The ID of the
DataSource that points to the group of
observations to predict. |
BatchPrediction |
BatchPrediction.withBatchPredictionId(java.lang.String batchPredictionId)
The ID assigned to the
BatchPrediction at creation. |
BatchPrediction |
BatchPrediction.withCreatedAt(java.util.Date createdAt)
The time that the
BatchPrediction was created. |
BatchPrediction |
BatchPrediction.withCreatedByIamUser(java.lang.String createdByIamUser)
The AWS user account that invoked the
BatchPrediction . |
BatchPrediction |
BatchPrediction.withInputDataLocationS3(java.lang.String inputDataLocationS3)
The location of the data file or directory in Amazon Simple Storage
Service (Amazon S3).
|
BatchPrediction |
BatchPrediction.withLastUpdatedAt(java.util.Date lastUpdatedAt)
The time of the most recent edit to the
BatchPrediction . |
BatchPrediction |
BatchPrediction.withMessage(java.lang.String message)
A description of the most recent details about processing the batch
prediction request.
|
BatchPrediction |
BatchPrediction.withMLModelId(java.lang.String mLModelId)
The ID of the
MLModel that generated predictions for the
BatchPrediction request. |
BatchPrediction |
BatchPrediction.withName(java.lang.String name)
A user-supplied name or description of the
BatchPrediction . |
BatchPrediction |
BatchPrediction.withOutputUri(java.lang.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(java.lang.String status)
The status of the
BatchPrediction . |
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<BatchPrediction> results)
A list of BatchPrediction objects that meet the search criteria.
|
DescribeBatchPredictionsResult |
DescribeBatchPredictionsResult.withResults(java.util.Collection<BatchPrediction> results)
A list of BatchPrediction objects that meet the search criteria.
|
Modifier and Type | Method and Description |
---|---|
BatchPrediction |
BatchPredictionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
BatchPredictionJsonMarshaller.marshall(BatchPrediction batchPrediction,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|