Class BatchPrediction
- java.lang.Object
-
- software.amazon.awssdk.services.machinelearning.model.BatchPrediction
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchPrediction.Builder,BatchPrediction>
@Generated("software.amazon.awssdk:codegen") public final class BatchPrediction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchPrediction.Builder,BatchPrediction>
Represents the output of a
GetBatchPredictionoperation.The content consists of the detailed metadata, the status, and the data file information of a
Batch Prediction.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchPrediction.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbatchPredictionDataSourceId()The ID of theDataSourcethat points to the group of observations to predict.StringbatchPredictionId()The ID assigned to theBatchPredictionat creation.static BatchPrediction.Builderbuilder()LongcomputeTime()Returns the value of the ComputeTime property for this object.InstantcreatedAt()The time that theBatchPredictionwas created.StringcreatedByIamUser()The AWS user account that invoked theBatchPrediction.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)InstantfinishedAt()Returns the value of the FinishedAt property for this object.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinputDataLocationS3()The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).LonginvalidRecordCount()Returns the value of the InvalidRecordCount property for this object.InstantlastUpdatedAt()The time of the most recent edit to theBatchPrediction.Stringmessage()A description of the most recent details about processing the batch prediction request.StringmlModelId()The ID of theMLModelthat generated predictions for theBatchPredictionrequest.Stringname()A user-supplied name or description of theBatchPrediction.StringoutputUri()The location of an Amazon S3 bucket or directory to receive the operation results.List<SdkField<?>>sdkFields()static Class<? extends BatchPrediction.Builder>serializableBuilderClass()InstantstartedAt()Returns the value of the StartedAt property for this object.EntityStatusstatus()The status of theBatchPrediction.StringstatusAsString()The status of theBatchPrediction.BatchPrediction.BuildertoBuilder()StringtoString()Returns a string representation of this object.LongtotalRecordCount()Returns the value of the TotalRecordCount property for this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
batchPredictionId
public final String batchPredictionId()
The ID assigned to the
BatchPredictionat creation. This value should be identical to the value of theBatchPredictionIDin the request.- Returns:
- The ID assigned to the
BatchPredictionat creation. This value should be identical to the value of theBatchPredictionIDin the request.
-
mlModelId
public final String mlModelId()
The ID of the
MLModelthat generated predictions for theBatchPredictionrequest.- Returns:
- The ID of the
MLModelthat generated predictions for theBatchPredictionrequest.
-
batchPredictionDataSourceId
public final String batchPredictionDataSourceId()
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.
-
inputDataLocationS3
public final String 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
public final String 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
public final Instant createdAt()
The time that the
BatchPredictionwas created. The time is expressed in epoch time.- Returns:
- The time that the
BatchPredictionwas created. The time is expressed in epoch time.
-
lastUpdatedAt
public final Instant 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
public final String name()
A user-supplied name or description of the
BatchPrediction.- Returns:
- A user-supplied name or description of the
BatchPrediction.
-
status
public final EntityStatus 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- TheBatchPredictionis marked as deleted. It is not usable.
If the service returns an enum value that is not available in the current SDK version,
statuswill 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- TheBatchPredictionis marked as deleted. It is not usable.
-
- See Also:
EntityStatus
-
-
statusAsString
public final String 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- TheBatchPredictionis marked as deleted. It is not usable.
If the service returns an enum value that is not available in the current SDK version,
statuswill 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- TheBatchPredictionis marked as deleted. It is not usable.
-
- See Also:
EntityStatus
-
-
outputUri
public final String outputUri()
The location of an Amazon S3 bucket or directory to receive the operation results. The following substrings are not allowed in the
s3 keyportion of theoutputURIfield: ':', '//', '/./', '/../'.- Returns:
- The location of an Amazon S3 bucket or directory to receive the operation results. The following
substrings are not allowed in the
s3 keyportion of theoutputURIfield: ':', '//', '/./', '/../'.
-
message
public final String 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
public final Long computeTime()
Returns the value of the ComputeTime property for this object.- Returns:
- The value of the ComputeTime property for this object.
-
finishedAt
public final Instant finishedAt()
Returns the value of the FinishedAt property for this object.- Returns:
- The value of the FinishedAt property for this object.
-
startedAt
public final Instant startedAt()
Returns the value of the StartedAt property for this object.- Returns:
- The value of the StartedAt property for this object.
-
totalRecordCount
public final Long totalRecordCount()
Returns the value of the TotalRecordCount property for this object.- Returns:
- The value of the TotalRecordCount property for this object.
-
invalidRecordCount
public final Long invalidRecordCount()
Returns the value of the InvalidRecordCount property for this object.- Returns:
- The value of the InvalidRecordCount property for this object.
-
toBuilder
public BatchPrediction.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchPrediction.Builder,BatchPrediction>
-
builder
public static BatchPrediction.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchPrediction.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-