public class GetBatchPredictionResult extends Object implements Serializable, Cloneable
Represents the output of a GetBatchPrediction operation and describes
a BatchPrediction .
| Constructor and Description |
|---|
GetBatchPredictionResult() |
| Modifier and Type | Method and Description |
|---|---|
GetBatchPredictionResult |
clone() |
boolean |
equals(Object obj) |
String |
getBatchPredictionDataSourceId()
The ID of the
DataSource that was used to create the
BatchPrediction. |
String |
getBatchPredictionId()
An ID assigned to the
BatchPrediction at creation. |
Date |
getCreatedAt()
The time when the
BatchPrediction was created. |
String |
getCreatedByIamUser()
The AWS user account that invoked the
BatchPrediction. |
String |
getInputDataLocationS3()
The location of the data file or directory in Amazon Simple Storage
Service (Amazon S3).
|
Date |
getLastUpdatedAt()
The time of the most recent edit to
BatchPrediction. |
String |
getLogUri()
A link to the file that contains logs of the
CreateBatchPrediction operation.
|
String |
getMessage()
A description of the most recent details about processing the batch
prediction request.
|
String |
getMLModelId()
The ID of the
MLModel that generated predictions for the
BatchPrediction request. |
String |
getName()
A user-supplied name or description of the
BatchPrediction. |
String |
getOutputUri()
The location of an Amazon S3 bucket or directory to receive the
operation results.
|
String |
getStatus()
The status of the
BatchPrediction, which can be one of
the following values: PENDING - Amazon Machine
Learning (Amazon ML) submitted a request to generate batch
predictions. INPROGRESS - The batch predictions
are in progress. FAILED - The request to perform
a batch prediction did not run to completion. |
int |
hashCode() |
void |
setBatchPredictionDataSourceId(String batchPredictionDataSourceId)
The ID of the
DataSource that was used to create the
BatchPrediction. |
void |
setBatchPredictionId(String batchPredictionId)
An ID assigned to the
BatchPrediction at creation. |
void |
setCreatedAt(Date createdAt)
The time when the
BatchPrediction was created. |
void |
setCreatedByIamUser(String createdByIamUser)
The AWS user account that invoked the
BatchPrediction. |
void |
setInputDataLocationS3(String inputDataLocationS3)
The location of the data file or directory in Amazon Simple Storage
Service (Amazon S3).
|
void |
setLastUpdatedAt(Date lastUpdatedAt)
The time of the most recent edit to
BatchPrediction. |
void |
setLogUri(String logUri)
A link to the file that contains logs of the
CreateBatchPrediction operation.
|
void |
setMessage(String message)
A description of the most recent details about processing the batch
prediction request.
|
void |
setMLModelId(String mLModelId)
The ID of the
MLModel that generated predictions for the
BatchPrediction request. |
void |
setName(String name)
A user-supplied name or description of the
BatchPrediction. |
void |
setOutputUri(String outputUri)
The location of an Amazon S3 bucket or directory to receive the
operation results.
|
void |
setStatus(EntityStatus status)
The status of the
BatchPrediction, which can be one of
the following values: PENDING - Amazon Machine
Learning (Amazon ML) submitted a request to generate batch
predictions. INPROGRESS - The batch predictions
are in progress. FAILED - The request to perform
a batch prediction did not run to completion. |
void |
setStatus(String status)
The status of the
BatchPrediction, which can be one of
the following values: PENDING - Amazon Machine
Learning (Amazon ML) submitted a request to generate batch
predictions. INPROGRESS - The batch predictions
are in progress. FAILED - The request to perform
a batch prediction did not run to completion. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetBatchPredictionResult |
withBatchPredictionDataSourceId(String batchPredictionDataSourceId)
The ID of the
DataSource that was used to create the
BatchPrediction. |
GetBatchPredictionResult |
withBatchPredictionId(String batchPredictionId)
An ID assigned to the
BatchPrediction at creation. |
GetBatchPredictionResult |
withCreatedAt(Date createdAt)
The time when the
BatchPrediction was created. |
GetBatchPredictionResult |
withCreatedByIamUser(String createdByIamUser)
The AWS user account that invoked the
BatchPrediction. |
GetBatchPredictionResult |
withInputDataLocationS3(String inputDataLocationS3)
The location of the data file or directory in Amazon Simple Storage
Service (Amazon S3).
|
GetBatchPredictionResult |
withLastUpdatedAt(Date lastUpdatedAt)
The time of the most recent edit to
BatchPrediction. |
GetBatchPredictionResult |
withLogUri(String logUri)
A link to the file that contains logs of the
CreateBatchPrediction operation.
|
GetBatchPredictionResult |
withMessage(String message)
A description of the most recent details about processing the batch
prediction request.
|
GetBatchPredictionResult |
withMLModelId(String mLModelId)
The ID of the
MLModel that generated predictions for the
BatchPrediction request. |
GetBatchPredictionResult |
withName(String name)
A user-supplied name or description of the
BatchPrediction. |
GetBatchPredictionResult |
withOutputUri(String outputUri)
The location of an Amazon S3 bucket or directory to receive the
operation results.
|
GetBatchPredictionResult |
withStatus(EntityStatus status)
The status of the
BatchPrediction, which can be one of
the following values: PENDING - Amazon Machine
Learning (Amazon ML) submitted a request to generate batch
predictions. INPROGRESS - The batch predictions
are in progress. FAILED - The request to perform
a batch prediction did not run to completion. |
GetBatchPredictionResult |
withStatus(String status)
The status of the
BatchPrediction, which can be one of
the following values: PENDING - Amazon Machine
Learning (Amazon ML) submitted a request to generate batch
predictions. INPROGRESS - The batch predictions
are in progress. FAILED - The request to perform
a batch prediction did not run to completion. |
public String getBatchPredictionId()
BatchPrediction at creation. This
value should be identical to the value of the
BatchPredictionID in the request.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
BatchPrediction at creation. This
value should be identical to the value of the
BatchPredictionID in the request.public void setBatchPredictionId(String batchPredictionId)
BatchPrediction at creation. This
value should be identical to the value of the
BatchPredictionID in the request.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
batchPredictionId - An ID assigned to the BatchPrediction at creation. This
value should be identical to the value of the
BatchPredictionID in the request.public GetBatchPredictionResult withBatchPredictionId(String batchPredictionId)
BatchPrediction at creation. This
value should be identical to the value of the
BatchPredictionID in the request.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
batchPredictionId - An ID assigned to the BatchPrediction at creation. This
value should be identical to the value of the
BatchPredictionID in the request.public String getMLModelId()
MLModel that generated predictions for the
BatchPrediction request.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
MLModel that generated predictions for the
BatchPrediction request.public void setMLModelId(String mLModelId)
MLModel that generated predictions for the
BatchPrediction request.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
mLModelId - The ID of the MLModel that generated predictions for the
BatchPrediction request.public GetBatchPredictionResult withMLModelId(String mLModelId)
MLModel that generated predictions for the
BatchPrediction request.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
mLModelId - The ID of the MLModel that generated predictions for the
BatchPrediction request.public String getBatchPredictionDataSourceId()
DataSource that was used to create the
BatchPrediction.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
DataSource that was used to create the
BatchPrediction.public void setBatchPredictionDataSourceId(String batchPredictionDataSourceId)
DataSource that was used to create the
BatchPrediction.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
batchPredictionDataSourceId - The ID of the DataSource that was used to create the
BatchPrediction.public GetBatchPredictionResult withBatchPredictionDataSourceId(String batchPredictionDataSourceId)
DataSource that was used to create the
BatchPrediction.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
batchPredictionDataSourceId - The ID of the DataSource that was used to create the
BatchPrediction.public String getInputDataLocationS3()
Constraints:
Length: 0 - 2048
Pattern: s3://([^/]+)(/.*)?
public void setInputDataLocationS3(String inputDataLocationS3)
Constraints:
Length: 0 - 2048
Pattern: s3://([^/]+)(/.*)?
inputDataLocationS3 - The location of the data file or directory in Amazon Simple Storage
Service (Amazon S3).public GetBatchPredictionResult withInputDataLocationS3(String inputDataLocationS3)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 2048
Pattern: s3://([^/]+)(/.*)?
inputDataLocationS3 - The location of the data file or directory in Amazon Simple Storage
Service (Amazon S3).public String getCreatedByIamUser()
BatchPrediction.
The account type can be either an AWS root account or an AWS Identity
and Access Management (IAM) user account.
Constraints:
Pattern: arn:aws:iam::[0-9]+:((user/.+)|(root))
BatchPrediction.
The account type can be either an AWS root account or an AWS Identity
and Access Management (IAM) user account.public void setCreatedByIamUser(String createdByIamUser)
BatchPrediction.
The account type can be either an AWS root account or an AWS Identity
and Access Management (IAM) user account.
Constraints:
Pattern: arn:aws:iam::[0-9]+:((user/.+)|(root))
createdByIamUser - The AWS user account that invoked the BatchPrediction.
The account type can be either an AWS root account or an AWS Identity
and Access Management (IAM) user account.public GetBatchPredictionResult withCreatedByIamUser(String createdByIamUser)
BatchPrediction.
The account type can be either an AWS root account or an AWS Identity
and Access Management (IAM) user account.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: arn:aws:iam::[0-9]+:((user/.+)|(root))
createdByIamUser - The AWS user account that invoked the BatchPrediction.
The account type can be either an AWS root account or an AWS Identity
and Access Management (IAM) user account.public Date getCreatedAt()
BatchPrediction was created. The time
is expressed in epoch time.BatchPrediction was created. The time
is expressed in epoch time.public void setCreatedAt(Date createdAt)
BatchPrediction was created. The time
is expressed in epoch time.createdAt - The time when the BatchPrediction was created. The time
is expressed in epoch time.public GetBatchPredictionResult withCreatedAt(Date createdAt)
BatchPrediction was created. The time
is expressed in epoch time.
Returns a reference to this object so that method calls can be chained together.
createdAt - The time when the BatchPrediction was created. The time
is expressed in epoch time.public Date getLastUpdatedAt()
BatchPrediction. The
time is expressed in epoch time.BatchPrediction. The
time is expressed in epoch time.public void setLastUpdatedAt(Date lastUpdatedAt)
BatchPrediction. The
time is expressed in epoch time.lastUpdatedAt - The time of the most recent edit to BatchPrediction. The
time is expressed in epoch time.public GetBatchPredictionResult withLastUpdatedAt(Date lastUpdatedAt)
BatchPrediction. The
time is expressed in epoch time.
Returns a reference to this object so that method calls can be chained together.
lastUpdatedAt - The time of the most recent edit to BatchPrediction. The
time is expressed in epoch time.public String getName()
BatchPrediction.
Constraints:
Length: 0 - 1024
Pattern: .*\S.*|^$
BatchPrediction.public void setName(String name)
BatchPrediction.
Constraints:
Length: 0 - 1024
Pattern: .*\S.*|^$
name - A user-supplied name or description of the
BatchPrediction.public GetBatchPredictionResult withName(String name)
BatchPrediction.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1024
Pattern: .*\S.*|^$
name - A user-supplied name or description of the
BatchPrediction.public String getStatus()
BatchPrediction, which can be one of
the following values: PENDING - Amazon Machine
Learning (Amazon ML) submitted a request to generate batch
predictions.INPROGRESS - The batch predictions
are in progress.FAILED - The request to perform
a batch prediction did not run to completion. It is not usable.COMPLETED - The batch prediction process completed
successfully.DELETED - The
BatchPrediction is marked as deleted. It is not
usable.
Constraints:
Allowed Values: PENDING, INPROGRESS, FAILED, COMPLETED, DELETED
BatchPrediction, which can be one of
the following values: PENDING - Amazon Machine
Learning (Amazon ML) submitted a request to generate batch
predictions.INPROGRESS - The batch predictions
are in progress.FAILED - The request to perform
a batch prediction did not run to completion. It is not usable.COMPLETED - The batch prediction process completed
successfully.DELETED - The
BatchPrediction is marked as deleted. It is not
usable.EntityStatuspublic void setStatus(String status)
BatchPrediction, which can be one of
the following values: PENDING - Amazon Machine
Learning (Amazon ML) submitted a request to generate batch
predictions.INPROGRESS - The batch predictions
are in progress.FAILED - The request to perform
a batch prediction did not run to completion. It is not usable.COMPLETED - The batch prediction process completed
successfully.DELETED - The
BatchPrediction is marked as deleted. It is not
usable.
Constraints:
Allowed Values: PENDING, INPROGRESS, FAILED, COMPLETED, DELETED
status - The status of the BatchPrediction, which can be one of
the following values: PENDING - Amazon Machine
Learning (Amazon ML) submitted a request to generate batch
predictions.INPROGRESS - The batch predictions
are in progress.FAILED - The request to perform
a batch prediction did not run to completion. It is not usable.COMPLETED - The batch prediction process completed
successfully.DELETED - The
BatchPrediction is marked as deleted. It is not
usable.EntityStatuspublic GetBatchPredictionResult withStatus(String status)
BatchPrediction, which can be one of
the following values: PENDING - Amazon Machine
Learning (Amazon ML) submitted a request to generate batch
predictions.INPROGRESS - The batch predictions
are in progress.FAILED - The request to perform
a batch prediction did not run to completion. It is not usable.COMPLETED - The batch prediction process completed
successfully.DELETED - The
BatchPrediction is marked as deleted. It is not
usable.Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: PENDING, INPROGRESS, FAILED, COMPLETED, DELETED
status - The status of the BatchPrediction, which can be one of
the following values: PENDING - Amazon Machine
Learning (Amazon ML) submitted a request to generate batch
predictions.INPROGRESS - The batch predictions
are in progress.FAILED - The request to perform
a batch prediction did not run to completion. It is not usable.COMPLETED - The batch prediction process completed
successfully.DELETED - The
BatchPrediction is marked as deleted. It is not
usable.EntityStatuspublic void setStatus(EntityStatus status)
BatchPrediction, which can be one of
the following values: PENDING - Amazon Machine
Learning (Amazon ML) submitted a request to generate batch
predictions.INPROGRESS - The batch predictions
are in progress.FAILED - The request to perform
a batch prediction did not run to completion. It is not usable.COMPLETED - The batch prediction process completed
successfully.DELETED - The
BatchPrediction is marked as deleted. It is not
usable.
Constraints:
Allowed Values: PENDING, INPROGRESS, FAILED, COMPLETED, DELETED
status - The status of the BatchPrediction, which can be one of
the following values: PENDING - Amazon Machine
Learning (Amazon ML) submitted a request to generate batch
predictions.INPROGRESS - The batch predictions
are in progress.FAILED - The request to perform
a batch prediction did not run to completion. It is not usable.COMPLETED - The batch prediction process completed
successfully.DELETED - The
BatchPrediction is marked as deleted. It is not
usable.EntityStatuspublic GetBatchPredictionResult withStatus(EntityStatus status)
BatchPrediction, which can be one of
the following values: PENDING - Amazon Machine
Learning (Amazon ML) submitted a request to generate batch
predictions.INPROGRESS - The batch predictions
are in progress.FAILED - The request to perform
a batch prediction did not run to completion. It is not usable.COMPLETED - The batch prediction process completed
successfully.DELETED - The
BatchPrediction is marked as deleted. It is not
usable.Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: PENDING, INPROGRESS, FAILED, COMPLETED, DELETED
status - The status of the BatchPrediction, which can be one of
the following values: PENDING - Amazon Machine
Learning (Amazon ML) submitted a request to generate batch
predictions.INPROGRESS - The batch predictions
are in progress.FAILED - The request to perform
a batch prediction did not run to completion. It is not usable.COMPLETED - The batch prediction process completed
successfully.DELETED - The
BatchPrediction is marked as deleted. It is not
usable.EntityStatuspublic String getOutputUri()
Constraints:
Length: 0 - 2048
Pattern: s3://([^/]+)(/.*)?
public void setOutputUri(String outputUri)
Constraints:
Length: 0 - 2048
Pattern: s3://([^/]+)(/.*)?
outputUri - The location of an Amazon S3 bucket or directory to receive the
operation results.public GetBatchPredictionResult withOutputUri(String outputUri)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 2048
Pattern: s3://([^/]+)(/.*)?
outputUri - The location of an Amazon S3 bucket or directory to receive the
operation results.public String getLogUri()
public void setLogUri(String logUri)
logUri - A link to the file that contains logs of the
CreateBatchPrediction operation.public GetBatchPredictionResult withLogUri(String logUri)
Returns a reference to this object so that method calls can be chained together.
logUri - A link to the file that contains logs of the
CreateBatchPrediction operation.public String getMessage()
Constraints:
Length: 0 - 10240
public void setMessage(String message)
Constraints:
Length: 0 - 10240
message - A description of the most recent details about processing the batch
prediction request.public GetBatchPredictionResult withMessage(String message)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 10240
message - A description of the most recent details about processing the batch
prediction request.public String toString()
toString in class ObjectObject.toString()public GetBatchPredictionResult clone()
Copyright © 2015. All rights reserved.