Class BatchPrediction
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<BatchPrediction.Builder,
BatchPrediction>
Represents the output of a GetBatchPrediction
operation.
The content consists of the detailed metadata, the status, and the data file information of a
Batch Prediction
.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal String
The ID of theDataSource
that points to the group of observations to predict.final String
The ID assigned to theBatchPrediction
at creation.static BatchPrediction.Builder
builder()
final Long
Returns the value of the ComputeTime property for this object.final Instant
The time that theBatchPrediction
was created.final String
The AWS user account that invoked theBatchPrediction
.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final Instant
Returns the value of the FinishedAt property for this object.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final String
The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).final Long
Returns the value of the InvalidRecordCount property for this object.final Instant
The time of the most recent edit to theBatchPrediction
.final String
message()
A description of the most recent details about processing the batch prediction request.final String
The ID of theMLModel
that generated predictions for theBatchPrediction
request.final String
name()
A user-supplied name or description of theBatchPrediction
.final String
The location of an Amazon S3 bucket or directory to receive the operation results.static Class
<? extends BatchPrediction.Builder> final Instant
Returns the value of the StartedAt property for this object.final EntityStatus
status()
The status of theBatchPrediction
.final String
The status of theBatchPrediction
.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.final Long
Returns the value of the TotalRecordCount property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
batchPredictionId
The ID assigned to the
BatchPrediction
at creation. This value should be identical to the value of theBatchPredictionID
in the request.- Returns:
- The ID assigned to the
BatchPrediction
at creation. This value should be identical to the value of theBatchPredictionID
in the request.
-
mlModelId
The ID of the
MLModel
that generated predictions for theBatchPrediction
request.- Returns:
- The ID of the
MLModel
that generated predictions for theBatchPrediction
request.
-
batchPredictionDataSourceId
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.
-
inputDataLocationS3
The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
- Returns:
- The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
-
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.- Returns:
- 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.
-
createdAt
The time that the
BatchPrediction
was created. The time is expressed in epoch time.- Returns:
- The time that the
BatchPrediction
was created. The time is expressed in epoch time.
-
lastUpdatedAt
The time of the most recent edit to the
BatchPrediction
. The time is expressed in epoch time.- Returns:
- The time of the most recent edit to the
BatchPrediction
. The time is expressed in epoch time.
-
name
A user-supplied name or description of the
BatchPrediction
.- Returns:
- A user-supplied name or description of the
BatchPrediction
.
-
status
The status of the
BatchPrediction
. This element can have one of the following values:-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate predictions for a batch of observations. -
INPROGRESS
- The process is underway. -
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
- TheBatchPrediction
is marked as deleted. It is not usable.
If the service returns an enum value that is not available in the current SDK version,
status
will returnEntityStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstatusAsString()
.- Returns:
- The status of the
BatchPrediction
. This element can have one of the following values:-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate predictions for a batch of observations. -
INPROGRESS
- The process is underway. -
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
- TheBatchPrediction
is marked as deleted. It is not usable.
-
- See Also:
-
-
statusAsString
The status of the
BatchPrediction
. This element can have one of the following values:-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate predictions for a batch of observations. -
INPROGRESS
- The process is underway. -
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
- TheBatchPrediction
is marked as deleted. It is not usable.
If the service returns an enum value that is not available in the current SDK version,
status
will returnEntityStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstatusAsString()
.- Returns:
- The status of the
BatchPrediction
. This element can have one of the following values:-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate predictions for a batch of observations. -
INPROGRESS
- The process is underway. -
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
- TheBatchPrediction
is marked as deleted. It is not usable.
-
- See Also:
-
-
outputUri
The location of an Amazon S3 bucket or directory to receive the operation results. The following substrings are not allowed in the
s3 key
portion of theoutputURI
field: ':', '//', '/./', '/../'.- Returns:
- The location of an Amazon S3 bucket or directory to receive the operation results. The following
substrings are not allowed in the
s3 key
portion of theoutputURI
field: ':', '//', '/./', '/../'.
-
message
A description of the most recent details about processing the batch prediction request.
- Returns:
- A description of the most recent details about processing the batch prediction request.
-
computeTime
Returns the value of the ComputeTime property for this object.- Returns:
- The value of the ComputeTime property for this object.
-
finishedAt
Returns the value of the FinishedAt property for this object.- Returns:
- The value of the FinishedAt property for this object.
-
startedAt
Returns the value of the StartedAt property for this object.- Returns:
- The value of the StartedAt property for this object.
-
totalRecordCount
Returns the value of the TotalRecordCount property for this object.- Returns:
- The value of the TotalRecordCount property for this object.
-
invalidRecordCount
Returns the value of the InvalidRecordCount property for this object.- Returns:
- The value of the InvalidRecordCount property for this object.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<BatchPrediction.Builder,
BatchPrediction> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-