public class CreateBatchPredictionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
CreateBatchPredictionRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateBatchPredictionRequest | 
clone()
Creates a shallow clone of this request. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getBatchPredictionDataSourceId()
 The ID of the  
DataSource that points to the group of
 observations to predict. | 
String | 
getBatchPredictionId()
 A user-supplied ID that uniquely identifies the
  
BatchPrediction. | 
String | 
getBatchPredictionName()
 A user-supplied name or description of the  
BatchPrediction. | 
String | 
getMLModelId()
 The ID of the  
MLModel that will generate predictions for the
 group of observations. | 
String | 
getOutputUri()
 The location of an Amazon Simple Storage Service (Amazon S3) bucket or
 directory to store the batch prediction results. 
 | 
int | 
hashCode()  | 
void | 
setBatchPredictionDataSourceId(String batchPredictionDataSourceId)
 The ID of the  
DataSource that points to the group of
 observations to predict. | 
void | 
setBatchPredictionId(String batchPredictionId)
 A user-supplied ID that uniquely identifies the
  
BatchPrediction. | 
void | 
setBatchPredictionName(String batchPredictionName)
 A user-supplied name or description of the  
BatchPrediction. | 
void | 
setMLModelId(String mLModelId)
 The ID of the  
MLModel that will generate predictions for the
 group of observations. | 
void | 
setOutputUri(String outputUri)
 The location of an Amazon Simple Storage Service (Amazon S3) bucket or
 directory to store the batch prediction results. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and
 debugging. 
 | 
CreateBatchPredictionRequest | 
withBatchPredictionDataSourceId(String batchPredictionDataSourceId)
 The ID of the  
DataSource that points to the group of
 observations to predict. | 
CreateBatchPredictionRequest | 
withBatchPredictionId(String batchPredictionId)
 A user-supplied ID that uniquely identifies the
  
BatchPrediction. | 
CreateBatchPredictionRequest | 
withBatchPredictionName(String batchPredictionName)
 A user-supplied name or description of the  
BatchPrediction. | 
CreateBatchPredictionRequest | 
withMLModelId(String mLModelId)
 The ID of the  
MLModel that will generate predictions for the
 group of observations. | 
CreateBatchPredictionRequest | 
withOutputUri(String outputUri)
 The location of an Amazon Simple Storage Service (Amazon S3) bucket or
 directory to store the batch prediction results. 
 | 
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic void setBatchPredictionId(String batchPredictionId)
 A user-supplied ID that uniquely identifies the
 BatchPrediction.
 
batchPredictionId - A user-supplied ID that uniquely identifies the
        BatchPrediction.public String getBatchPredictionId()
 A user-supplied ID that uniquely identifies the
 BatchPrediction.
 
BatchPrediction.public CreateBatchPredictionRequest withBatchPredictionId(String batchPredictionId)
 A user-supplied ID that uniquely identifies the
 BatchPrediction.
 
batchPredictionId - A user-supplied ID that uniquely identifies the
        BatchPrediction.public void setBatchPredictionName(String batchPredictionName)
 A user-supplied name or description of the BatchPrediction.
 BatchPredictionName can only use the UTF-8 character set.
 
batchPredictionName - A user-supplied name or description of the
        BatchPrediction. BatchPredictionName can
        only use the UTF-8 character set.public String getBatchPredictionName()
 A user-supplied name or description of the BatchPrediction.
 BatchPredictionName can only use the UTF-8 character set.
 
BatchPrediction. BatchPredictionName
         can only use the UTF-8 character set.public CreateBatchPredictionRequest withBatchPredictionName(String batchPredictionName)
 A user-supplied name or description of the BatchPrediction.
 BatchPredictionName can only use the UTF-8 character set.
 
batchPredictionName - A user-supplied name or description of the
        BatchPrediction. BatchPredictionName can
        only use the UTF-8 character set.public void setMLModelId(String mLModelId)
 The ID of the MLModel that will generate predictions for the
 group of observations.
 
mLModelId - The ID of the MLModel that will generate predictions
        for the group of observations.public String getMLModelId()
 The ID of the MLModel that will generate predictions for the
 group of observations.
 
MLModel that will generate predictions
         for the group of observations.public CreateBatchPredictionRequest withMLModelId(String mLModelId)
 The ID of the MLModel that will generate predictions for the
 group of observations.
 
mLModelId - The ID of the MLModel that will generate predictions
        for the group of observations.public void setBatchPredictionDataSourceId(String batchPredictionDataSourceId)
 The ID of the DataSource that points to the group of
 observations to predict.
 
batchPredictionDataSourceId - The ID of the DataSource that points to the group of
        observations to predict.public String getBatchPredictionDataSourceId()
 The ID of the DataSource that points to the group of
 observations to predict.
 
DataSource that points to the group of
         observations to predict.public CreateBatchPredictionRequest withBatchPredictionDataSourceId(String batchPredictionDataSourceId)
 The ID of the DataSource that points to the group of
 observations to predict.
 
batchPredictionDataSourceId - The ID of the DataSource that points to the group of
        observations to predict.public void setOutputUri(String outputUri)
The location of an Amazon Simple Storage Service (Amazon S3) bucket or directory to store the batch prediction results. The following substrings are not allowed in the s3 key portion of the "outputURI" field: ':', '//', '/./', '/../'.
Amazon ML needs permissions to store and retrieve the logs on your behalf. For information about how to set permissions, see the Amazon Machine Learning Developer Guide.
outputUri - The location of an Amazon Simple Storage Service (Amazon S3)
        bucket or directory to store the batch prediction results. The
        following substrings are not allowed in the s3 key portion of the
        "outputURI" field: ':', '//', '/./', '/../'.
        Amazon ML needs permissions to store and retrieve the logs on your behalf. For information about how to set permissions, see the Amazon Machine Learning Developer Guide.
public String getOutputUri()
The location of an Amazon Simple Storage Service (Amazon S3) bucket or directory to store the batch prediction results. The following substrings are not allowed in the s3 key portion of the "outputURI" field: ':', '//', '/./', '/../'.
Amazon ML needs permissions to store and retrieve the logs on your behalf. For information about how to set permissions, see the Amazon Machine Learning Developer Guide.
Amazon ML needs permissions to store and retrieve the logs on your behalf. For information about how to set permissions, see the Amazon Machine Learning Developer Guide.
public CreateBatchPredictionRequest withOutputUri(String outputUri)
The location of an Amazon Simple Storage Service (Amazon S3) bucket or directory to store the batch prediction results. The following substrings are not allowed in the s3 key portion of the "outputURI" field: ':', '//', '/./', '/../'.
Amazon ML needs permissions to store and retrieve the logs on your behalf. For information about how to set permissions, see the Amazon Machine Learning Developer Guide.
outputUri - The location of an Amazon Simple Storage Service (Amazon S3)
        bucket or directory to store the batch prediction results. The
        following substrings are not allowed in the s3 key portion of the
        "outputURI" field: ':', '//', '/./', '/../'.
        Amazon ML needs permissions to store and retrieve the logs on your behalf. For information about how to set permissions, see the Amazon Machine Learning Developer Guide.
public String toString()
toString in class ObjectObject.toString()public CreateBatchPredictionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2015. All rights reserved.