Interface GetBatchPredictionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetBatchPredictionResponse.Builder,GetBatchPredictionResponse>,MachineLearningResponse.Builder,SdkBuilder<GetBatchPredictionResponse.Builder,GetBatchPredictionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetBatchPredictionResponse
public static interface GetBatchPredictionResponse.Builder extends MachineLearningResponse.Builder, SdkPojo, CopyableBuilder<GetBatchPredictionResponse.Builder,GetBatchPredictionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetBatchPredictionResponse.BuilderbatchPredictionDataSourceId(String batchPredictionDataSourceId)The ID of theDataSourcethat was used to create theBatchPrediction.GetBatchPredictionResponse.BuilderbatchPredictionId(String batchPredictionId)An ID assigned to theBatchPredictionat creation.GetBatchPredictionResponse.BuildercomputeTime(Long computeTime)The approximate CPU time in milliseconds that Amazon Machine Learning spent processing theBatchPrediction, normalized and scaled on computation resources.GetBatchPredictionResponse.BuildercreatedAt(Instant createdAt)The time when theBatchPredictionwas created.GetBatchPredictionResponse.BuildercreatedByIamUser(String createdByIamUser)The AWS user account that invoked theBatchPrediction.GetBatchPredictionResponse.BuilderfinishedAt(Instant finishedAt)The epoch time when Amazon Machine Learning marked theBatchPredictionasCOMPLETEDorFAILED.GetBatchPredictionResponse.BuilderinputDataLocationS3(String inputDataLocationS3)The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).GetBatchPredictionResponse.BuilderinvalidRecordCount(Long invalidRecordCount)The number of invalid records that Amazon Machine Learning saw while processing theBatchPrediction.GetBatchPredictionResponse.BuilderlastUpdatedAt(Instant lastUpdatedAt)The time of the most recent edit toBatchPrediction.GetBatchPredictionResponse.BuilderlogUri(String logUri)A link to the file that contains logs of theCreateBatchPredictionoperation.GetBatchPredictionResponse.Buildermessage(String message)A description of the most recent details about processing the batch prediction request.GetBatchPredictionResponse.BuildermlModelId(String mlModelId)The ID of theMLModelthat generated predictions for theBatchPredictionrequest.GetBatchPredictionResponse.Buildername(String name)A user-supplied name or description of theBatchPrediction.GetBatchPredictionResponse.BuilderoutputUri(String outputUri)The location of an Amazon S3 bucket or directory to receive the operation results.GetBatchPredictionResponse.BuilderstartedAt(Instant startedAt)The epoch time when Amazon Machine Learning marked theBatchPredictionasINPROGRESS.GetBatchPredictionResponse.Builderstatus(String status)The status of theBatchPrediction, which can be one of the following values:GetBatchPredictionResponse.Builderstatus(EntityStatus status)The status of theBatchPrediction, which can be one of the following values:GetBatchPredictionResponse.BuildertotalRecordCount(Long totalRecordCount)The number of total records that Amazon Machine Learning saw while processing theBatchPrediction.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.machinelearning.model.MachineLearningResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
batchPredictionId
GetBatchPredictionResponse.Builder batchPredictionId(String batchPredictionId)
An ID assigned to the
BatchPredictionat creation. This value should be identical to the value of theBatchPredictionIDin the request.- Parameters:
batchPredictionId- An ID assigned to theBatchPredictionat creation. This value should be identical to the value of theBatchPredictionIDin the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mlModelId
GetBatchPredictionResponse.Builder mlModelId(String mlModelId)
The ID of the
MLModelthat generated predictions for theBatchPredictionrequest.- Parameters:
mlModelId- The ID of theMLModelthat generated predictions for theBatchPredictionrequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
batchPredictionDataSourceId
GetBatchPredictionResponse.Builder batchPredictionDataSourceId(String batchPredictionDataSourceId)
The ID of the
DataSourcethat was used to create theBatchPrediction.- Parameters:
batchPredictionDataSourceId- The ID of theDataSourcethat was used to create theBatchPrediction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputDataLocationS3
GetBatchPredictionResponse.Builder inputDataLocationS3(String inputDataLocationS3)
The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
- Parameters:
inputDataLocationS3- The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdByIamUser
GetBatchPredictionResponse.Builder createdByIamUser(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.- Parameters:
createdByIamUser- The AWS user account that invoked theBatchPrediction. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
GetBatchPredictionResponse.Builder createdAt(Instant createdAt)
The time when the
BatchPredictionwas created. The time is expressed in epoch time.- Parameters:
createdAt- The time when theBatchPredictionwas created. The time is expressed in epoch time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
GetBatchPredictionResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
The time of the most recent edit to
BatchPrediction. The time is expressed in epoch time.- Parameters:
lastUpdatedAt- The time of the most recent edit toBatchPrediction. The time is expressed in epoch time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
GetBatchPredictionResponse.Builder name(String name)
A user-supplied name or description of the
BatchPrediction.- Parameters:
name- A user-supplied name or description of theBatchPrediction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
GetBatchPredictionResponse.Builder status(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. It is not usable. -
COMPLETED- The batch prediction process completed successfully. -
DELETED- TheBatchPredictionis marked as deleted. It is not usable.
- Parameters:
status- The status of theBatchPrediction, 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- TheBatchPredictionis marked as deleted. It is not usable.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EntityStatus,EntityStatus
-
-
status
GetBatchPredictionResponse.Builder status(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. It is not usable. -
COMPLETED- The batch prediction process completed successfully. -
DELETED- TheBatchPredictionis marked as deleted. It is not usable.
- Parameters:
status- The status of theBatchPrediction, 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- TheBatchPredictionis marked as deleted. It is not usable.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EntityStatus,EntityStatus
-
-
outputUri
GetBatchPredictionResponse.Builder outputUri(String outputUri)
The location of an Amazon S3 bucket or directory to receive the operation results.
- Parameters:
outputUri- The location of an Amazon S3 bucket or directory to receive the operation results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logUri
GetBatchPredictionResponse.Builder logUri(String logUri)
A link to the file that contains logs of the
CreateBatchPredictionoperation.- Parameters:
logUri- A link to the file that contains logs of theCreateBatchPredictionoperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
GetBatchPredictionResponse.Builder message(String message)
A description of the most recent details about processing the batch prediction request.
- Parameters:
message- A description of the most recent details about processing the batch prediction request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
computeTime
GetBatchPredictionResponse.Builder computeTime(Long computeTime)
The approximate CPU time in milliseconds that Amazon Machine Learning spent processing the
BatchPrediction, normalized and scaled on computation resources.ComputeTimeis only available if theBatchPredictionis in theCOMPLETEDstate.- Parameters:
computeTime- The approximate CPU time in milliseconds that Amazon Machine Learning spent processing theBatchPrediction, normalized and scaled on computation resources.ComputeTimeis only available if theBatchPredictionis in theCOMPLETEDstate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
finishedAt
GetBatchPredictionResponse.Builder finishedAt(Instant finishedAt)
The epoch time when Amazon Machine Learning marked the
BatchPredictionasCOMPLETEDorFAILED.FinishedAtis only available when theBatchPredictionis in theCOMPLETEDorFAILEDstate.- Parameters:
finishedAt- The epoch time when Amazon Machine Learning marked theBatchPredictionasCOMPLETEDorFAILED.FinishedAtis only available when theBatchPredictionis in theCOMPLETEDorFAILEDstate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startedAt
GetBatchPredictionResponse.Builder startedAt(Instant startedAt)
The epoch time when Amazon Machine Learning marked the
BatchPredictionasINPROGRESS.StartedAtisn't available if theBatchPredictionis in thePENDINGstate.- Parameters:
startedAt- The epoch time when Amazon Machine Learning marked theBatchPredictionasINPROGRESS.StartedAtisn't available if theBatchPredictionis in thePENDINGstate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalRecordCount
GetBatchPredictionResponse.Builder totalRecordCount(Long totalRecordCount)
The number of total records that Amazon Machine Learning saw while processing the
BatchPrediction.- Parameters:
totalRecordCount- The number of total records that Amazon Machine Learning saw while processing theBatchPrediction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
invalidRecordCount
GetBatchPredictionResponse.Builder invalidRecordCount(Long invalidRecordCount)
The number of invalid records that Amazon Machine Learning saw while processing the
BatchPrediction.- Parameters:
invalidRecordCount- The number of invalid records that Amazon Machine Learning saw while processing theBatchPrediction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-