Class CreateBatchPredictionRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanThe ID of theDataSourcethat points to the group of observations to predict.A user-supplied ID that uniquely identifies theBatchPrediction.A user-supplied name or description of theBatchPrediction.The ID of theMLModelthat will generate predictions for the group of observations.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.toString()Returns a string representation of this object; useful for testing and debugging.withBatchPredictionDataSourceId(String batchPredictionDataSourceId) The ID of theDataSourcethat points to the group of observations to predict.withBatchPredictionId(String batchPredictionId) A user-supplied ID that uniquely identifies theBatchPrediction.withBatchPredictionName(String batchPredictionName) A user-supplied name or description of theBatchPrediction.withMLModelId(String mLModelId) The ID of theMLModelthat will generate predictions for the group of observations.withOutputUri(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 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
-
Constructor Details
-
CreateBatchPredictionRequest
public CreateBatchPredictionRequest()
-
-
Method Details
-
setBatchPredictionId
A user-supplied ID that uniquely identifies the
BatchPrediction.- Parameters:
batchPredictionId- A user-supplied ID that uniquely identifies theBatchPrediction.
-
getBatchPredictionId
A user-supplied ID that uniquely identifies the
BatchPrediction.- Returns:
- A user-supplied ID that uniquely identifies the
BatchPrediction.
-
withBatchPredictionId
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
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
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
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
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
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
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
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
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
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
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
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
-
equals
-
hashCode
-
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:
-