public class CreateBatchPredictionRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
batchPredictionDataSourceId
The ID of the
DataSource that points to the group of
observations to predict. |
private java.lang.String |
batchPredictionId
A user-supplied ID that uniquely identifies the
BatchPrediction . |
private java.lang.String |
batchPredictionName
A user-supplied name or description of the
BatchPrediction . |
private java.lang.String |
mLModelId
The ID of the
MLModel that will generate predictions for the
group of observations. |
private java.lang.String |
outputUri
The location of an Amazon Simple Storage Service (Amazon S3) bucket or
directory to store the batch prediction results.
|
NOOP
Constructor and Description |
---|
CreateBatchPredictionRequest() |
Modifier and Type | Method and Description |
---|---|
CreateBatchPredictionRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getBatchPredictionDataSourceId()
The ID of the
DataSource that points to the group of
observations to predict. |
java.lang.String |
getBatchPredictionId()
A user-supplied ID that uniquely identifies the
BatchPrediction . |
java.lang.String |
getBatchPredictionName()
A user-supplied name or description of the
BatchPrediction . |
java.lang.String |
getMLModelId()
The ID of the
MLModel that will generate predictions for the
group of observations. |
java.lang.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(java.lang.String batchPredictionDataSourceId)
The ID of the
DataSource that points to the group of
observations to predict. |
void |
setBatchPredictionId(java.lang.String batchPredictionId)
A user-supplied ID that uniquely identifies the
BatchPrediction . |
void |
setBatchPredictionName(java.lang.String batchPredictionName)
A user-supplied name or description of the
BatchPrediction . |
void |
setMLModelId(java.lang.String mLModelId)
The ID of the
MLModel that will generate predictions for the
group of observations. |
void |
setOutputUri(java.lang.String outputUri)
The location of an Amazon Simple Storage Service (Amazon S3) bucket or
directory to store the batch prediction results.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateBatchPredictionRequest |
withBatchPredictionDataSourceId(java.lang.String batchPredictionDataSourceId)
The ID of the
DataSource that points to the group of
observations to predict. |
CreateBatchPredictionRequest |
withBatchPredictionId(java.lang.String batchPredictionId)
A user-supplied ID that uniquely identifies the
BatchPrediction . |
CreateBatchPredictionRequest |
withBatchPredictionName(java.lang.String batchPredictionName)
A user-supplied name or description of the
BatchPrediction . |
CreateBatchPredictionRequest |
withMLModelId(java.lang.String mLModelId)
The ID of the
MLModel that will generate predictions for the
group of observations. |
CreateBatchPredictionRequest |
withOutputUri(java.lang.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, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String batchPredictionId
A user-supplied ID that uniquely identifies the
BatchPrediction
.
private java.lang.String batchPredictionName
A user-supplied name or description of the BatchPrediction
.
BatchPredictionName
can only use the UTF-8 character set.
private java.lang.String mLModelId
The ID of the MLModel
that will generate predictions for the
group of observations.
private java.lang.String batchPredictionDataSourceId
The ID of the DataSource
that points to the group of
observations to predict.
private java.lang.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.
public void setBatchPredictionId(java.lang.String batchPredictionId)
A user-supplied ID that uniquely identifies the
BatchPrediction
.
batchPredictionId
- A user-supplied ID that uniquely identifies the
BatchPrediction
.public java.lang.String getBatchPredictionId()
A user-supplied ID that uniquely identifies the
BatchPrediction
.
BatchPrediction
.public CreateBatchPredictionRequest withBatchPredictionId(java.lang.String batchPredictionId)
A user-supplied ID that uniquely identifies the
BatchPrediction
.
batchPredictionId
- A user-supplied ID that uniquely identifies the
BatchPrediction
.public void setBatchPredictionName(java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreateBatchPredictionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()