| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
BatchInferenceJob |
BatchInferenceJob.clone() |
BatchInferenceJob |
DescribeBatchInferenceJobResult.getBatchInferenceJob()
Information on the specified batch inference job.
|
BatchInferenceJob |
BatchInferenceJob.withBatchInferenceJobArn(String batchInferenceJobArn)
The Amazon Resource Name (ARN) of the batch inference job.
|
BatchInferenceJob |
BatchInferenceJob.withBatchInferenceJobConfig(BatchInferenceJobConfig batchInferenceJobConfig)
A string to string map of the configuration details of a batch inference job.
|
BatchInferenceJob |
BatchInferenceJob.withCreationDateTime(Date creationDateTime)
The time at which the batch inference job was created.
|
BatchInferenceJob |
BatchInferenceJob.withFailureReason(String failureReason)
If the batch inference job failed, the reason for the failure.
|
BatchInferenceJob |
BatchInferenceJob.withFilterArn(String filterArn)
The ARN of the filter used on the batch inference job.
|
BatchInferenceJob |
BatchInferenceJob.withJobInput(BatchInferenceJobInput jobInput)
The Amazon S3 path that leads to the input data used to generate the batch inference job.
|
BatchInferenceJob |
BatchInferenceJob.withJobName(String jobName)
The name of the batch inference job.
|
BatchInferenceJob |
BatchInferenceJob.withJobOutput(BatchInferenceJobOutput jobOutput)
The Amazon S3 bucket that contains the output data generated by the batch inference job.
|
BatchInferenceJob |
BatchInferenceJob.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The time at which the batch inference job was last updated.
|
BatchInferenceJob |
BatchInferenceJob.withNumResults(Integer numResults)
The number of recommendations generated by the batch inference job.
|
BatchInferenceJob |
BatchInferenceJob.withRoleArn(String roleArn)
The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.
|
BatchInferenceJob |
BatchInferenceJob.withSolutionVersionArn(String solutionVersionArn)
The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.
|
BatchInferenceJob |
BatchInferenceJob.withStatus(String status)
The status of the batch inference job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeBatchInferenceJobResult.setBatchInferenceJob(BatchInferenceJob batchInferenceJob)
Information on the specified batch inference job.
|
DescribeBatchInferenceJobResult |
DescribeBatchInferenceJobResult.withBatchInferenceJob(BatchInferenceJob batchInferenceJob)
Information on the specified batch inference job.
|
Copyright © 2021. All rights reserved.