Class CreateBatchPredictionRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
The ID of theDataSource
that 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 theMLModel
that 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.int
hashCode()
void
setBatchPredictionDataSourceId
(String batchPredictionDataSourceId) The ID of theDataSource
that points to the group of observations to predict.void
setBatchPredictionId
(String batchPredictionId) A user-supplied ID that uniquely identifies theBatchPrediction
.void
setBatchPredictionName
(String batchPredictionName) A user-supplied name or description of theBatchPrediction
.void
setMLModelId
(String mLModelId) The ID of theMLModel
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.toString()
Returns a string representation of this object; useful for testing and debugging.withBatchPredictionDataSourceId
(String batchPredictionDataSourceId) The ID of theDataSource
that 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 theMLModel
that 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 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
-
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
.BatchPredictionName
can only use the UTF-8 character set.- Parameters:
batchPredictionName
- A user-supplied name or description of theBatchPrediction
.BatchPredictionName
can only use the UTF-8 character set.
-
getBatchPredictionName
A user-supplied name or description of the
BatchPrediction
.BatchPredictionName
can only use the UTF-8 character set.- Returns:
- A user-supplied name or description of the
BatchPrediction
.BatchPredictionName
can only use the UTF-8 character set.
-
withBatchPredictionName
A user-supplied name or description of the
BatchPrediction
.BatchPredictionName
can only use the UTF-8 character set.- Parameters:
batchPredictionName
- A user-supplied name or description of theBatchPrediction
.BatchPredictionName
can 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
MLModel
that will generate predictions for the group of observations.- Parameters:
mLModelId
- The ID of theMLModel
that will generate predictions for the group of observations.
-
getMLModelId
The ID of the
MLModel
that will generate predictions for the group of observations.- Returns:
- The ID of the
MLModel
that will generate predictions for the group of observations.
-
withMLModelId
The ID of the
MLModel
that will generate predictions for the group of observations.- Parameters:
mLModelId
- The ID of theMLModel
that 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
DataSource
that points to the group of observations to predict.- Parameters:
batchPredictionDataSourceId
- The ID of theDataSource
that points to the group of observations to predict.
-
getBatchPredictionDataSourceId
The ID of the
DataSource
that points to the group of observations to predict.- Returns:
- The ID of the
DataSource
that points to the group of observations to predict.
-
withBatchPredictionDataSourceId
public CreateBatchPredictionRequest withBatchPredictionDataSourceId(String batchPredictionDataSourceId) The ID of the
DataSource
that points to the group of observations to predict.- Parameters:
batchPredictionDataSourceId
- The ID of theDataSource
that 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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-