Class CreateBatchPredictionRequest
- java.lang.Object
-
- com.amazonaws.AmazonWebServiceRequest
-
- com.amazonaws.services.machinelearning.model.CreateBatchPredictionRequest
-
- All Implemented Interfaces:
ReadLimitInfo,Serializable,Cloneable
public class CreateBatchPredictionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
-
Constructor Summary
Constructors Constructor Description CreateBatchPredictionRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateBatchPredictionRequestclone()Creates a shallow clone of this request.booleanequals(Object obj)StringgetBatchPredictionDataSourceId()The ID of theDataSourcethat points to the group of observations to predict.StringgetBatchPredictionId()A user-supplied ID that uniquely identifies theBatchPrediction.StringgetBatchPredictionName()A user-supplied name or description of theBatchPrediction.StringgetMLModelId()The ID of theMLModelthat will generate predictions for the group of observations.StringgetOutputUri()The location of an Amazon Simple Storage Service (Amazon S3) bucket or directory to store the batch prediction results.inthashCode()voidsetBatchPredictionDataSourceId(String batchPredictionDataSourceId)The ID of theDataSourcethat points to the group of observations to predict.voidsetBatchPredictionId(String batchPredictionId)A user-supplied ID that uniquely identifies theBatchPrediction.voidsetBatchPredictionName(String batchPredictionName)A user-supplied name or description of theBatchPrediction.voidsetMLModelId(String mLModelId)The ID of theMLModelthat will generate predictions for the group of observations.voidsetOutputUri(String outputUri)The location of an Amazon Simple Storage Service (Amazon S3) bucket or directory to store the batch prediction results.StringtoString()Returns a string representation of this object; useful for testing and debugging.CreateBatchPredictionRequestwithBatchPredictionDataSourceId(String batchPredictionDataSourceId)The ID of theDataSourcethat points to the group of observations to predict.CreateBatchPredictionRequestwithBatchPredictionId(String batchPredictionId)A user-supplied ID that uniquely identifies theBatchPrediction.CreateBatchPredictionRequestwithBatchPredictionName(String batchPredictionName)A user-supplied name or description of theBatchPrediction.CreateBatchPredictionRequestwithMLModelId(String mLModelId)The ID of theMLModelthat will generate predictions for the group of observations.CreateBatchPredictionRequestwithOutputUri(String outputUri)The location of an Amazon Simple Storage Service (Amazon S3) bucket or directory to store the batch prediction results.-
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
-
-
-
Method Detail
-
setBatchPredictionId
public void setBatchPredictionId(String batchPredictionId)
A user-supplied ID that uniquely identifies the
BatchPrediction.- Parameters:
batchPredictionId- A user-supplied ID that uniquely identifies theBatchPrediction.
-
getBatchPredictionId
public String getBatchPredictionId()
A user-supplied ID that uniquely identifies the
BatchPrediction.- Returns:
- A user-supplied ID that uniquely identifies the
BatchPrediction.
-
withBatchPredictionId
public CreateBatchPredictionRequest withBatchPredictionId(String batchPredictionId)
A user-supplied ID that uniquely identifies the
BatchPrediction.- Parameters:
batchPredictionId- A user-supplied ID that uniquely identifies theBatchPrediction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setBatchPredictionName
public void setBatchPredictionName(String batchPredictionName)
A user-supplied name or description of the
BatchPrediction.BatchPredictionNamecan only use the UTF-8 character set.- Parameters:
batchPredictionName- A user-supplied name or description of theBatchPrediction.BatchPredictionNamecan only use the UTF-8 character set.
-
getBatchPredictionName
public String getBatchPredictionName()
A user-supplied name or description of the
BatchPrediction.BatchPredictionNamecan only use the UTF-8 character set.- Returns:
- A user-supplied name or description of the
BatchPrediction.BatchPredictionNamecan only use the UTF-8 character set.
-
withBatchPredictionName
public CreateBatchPredictionRequest withBatchPredictionName(String batchPredictionName)
A user-supplied name or description of the
BatchPrediction.BatchPredictionNamecan only use the UTF-8 character set.- Parameters:
batchPredictionName- A user-supplied name or description of theBatchPrediction.BatchPredictionNamecan only use the UTF-8 character set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMLModelId
public void setMLModelId(String mLModelId)
The ID of the
MLModelthat will generate predictions for the group of observations.- Parameters:
mLModelId- The ID of theMLModelthat will generate predictions for the group of observations.
-
getMLModelId
public String getMLModelId()
The ID of the
MLModelthat will generate predictions for the group of observations.- Returns:
- The ID of the
MLModelthat will generate predictions for the group of observations.
-
withMLModelId
public CreateBatchPredictionRequest withMLModelId(String mLModelId)
The ID of the
MLModelthat will generate predictions for the group of observations.- Parameters:
mLModelId- The ID of theMLModelthat will generate predictions for the group of observations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setBatchPredictionDataSourceId
public void setBatchPredictionDataSourceId(String batchPredictionDataSourceId)
The ID of the
DataSourcethat points to the group of observations to predict.- Parameters:
batchPredictionDataSourceId- The ID of theDataSourcethat points to the group of observations to predict.
-
getBatchPredictionDataSourceId
public String getBatchPredictionDataSourceId()
The ID of the
DataSourcethat points to the group of observations to predict.- Returns:
- The ID of the
DataSourcethat points to the group of observations to predict.
-
withBatchPredictionDataSourceId
public CreateBatchPredictionRequest withBatchPredictionDataSourceId(String batchPredictionDataSourceId)
The ID of the
DataSourcethat points to the group of observations to predict.- Parameters:
batchPredictionDataSourceId- The ID of theDataSourcethat points to the group of observations to predict.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setOutputUri
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.
- Parameters:
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.
-
getOutputUri
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.
- Returns:
- 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.
-
withOutputUri
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public CreateBatchPredictionRequest clone()
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
Object.clone()
-
-