Package | Description |
---|---|
com.amazonaws.services.machinelearning |
Synchronous and asynchronous client classes for accessing AmazonMachineLearning.
|
com.amazonaws.services.machinelearning.model |
Classes modeling the various types represented by AmazonMachineLearning.
|
Modifier and Type | Method and Description |
---|---|
CreateBatchPredictionResult |
AmazonMachineLearningClient.createBatchPrediction(CreateBatchPredictionRequest createBatchPredictionRequest)
Generates predictions for a group of observations.
|
CreateBatchPredictionResult |
AmazonMachineLearning.createBatchPrediction(CreateBatchPredictionRequest createBatchPredictionRequest)
Generates predictions for a group of observations.
|
Future<CreateBatchPredictionResult> |
AmazonMachineLearningAsyncClient.createBatchPredictionAsync(CreateBatchPredictionRequest createBatchPredictionRequest)
Generates predictions for a group of observations.
|
Future<CreateBatchPredictionResult> |
AmazonMachineLearningAsync.createBatchPredictionAsync(CreateBatchPredictionRequest createBatchPredictionRequest)
Generates predictions for a group of observations.
|
Future<CreateBatchPredictionResult> |
AmazonMachineLearningAsyncClient.createBatchPredictionAsync(CreateBatchPredictionRequest createBatchPredictionRequest,
AsyncHandler<CreateBatchPredictionRequest,CreateBatchPredictionResult> asyncHandler)
Generates predictions for a group of observations.
|
Future<CreateBatchPredictionResult> |
AmazonMachineLearningAsync.createBatchPredictionAsync(CreateBatchPredictionRequest createBatchPredictionRequest,
AsyncHandler<CreateBatchPredictionRequest,CreateBatchPredictionResult> asyncHandler)
Generates predictions for a group of observations.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateBatchPredictionResult> |
AmazonMachineLearningAsyncClient.createBatchPredictionAsync(CreateBatchPredictionRequest createBatchPredictionRequest,
AsyncHandler<CreateBatchPredictionRequest,CreateBatchPredictionResult> asyncHandler)
Generates predictions for a group of observations.
|
Future<CreateBatchPredictionResult> |
AmazonMachineLearningAsync.createBatchPredictionAsync(CreateBatchPredictionRequest createBatchPredictionRequest,
AsyncHandler<CreateBatchPredictionRequest,CreateBatchPredictionResult> asyncHandler)
Generates predictions for a group of observations.
|
Modifier and Type | Method and Description |
---|---|
CreateBatchPredictionRequest |
CreateBatchPredictionRequest.clone() |
CreateBatchPredictionRequest |
CreateBatchPredictionRequest.withBatchPredictionDataSourceId(String batchPredictionDataSourceId)
The ID of the
DataSource that points to the group of
observations to predict. |
CreateBatchPredictionRequest |
CreateBatchPredictionRequest.withBatchPredictionId(String batchPredictionId)
A user-supplied ID that uniquely identifies the
BatchPrediction . |
CreateBatchPredictionRequest |
CreateBatchPredictionRequest.withBatchPredictionName(String batchPredictionName)
A user-supplied name or description of the
BatchPrediction . |
CreateBatchPredictionRequest |
CreateBatchPredictionRequest.withMLModelId(String mLModelId)
The ID of the
MLModel that will generate predictions for
the group of observations. |
CreateBatchPredictionRequest |
CreateBatchPredictionRequest.withOutputUri(String outputUri)
The location of an Amazon Simple Storage Service (Amazon S3) bucket or
directory to store the batch prediction results.
|
Copyright © 2015. All rights reserved.