| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
BatchSegmentJob |
BatchSegmentJob.clone() |
BatchSegmentJob |
DescribeBatchSegmentJobResult.getBatchSegmentJob()
Information on the specified batch segment job.
|
BatchSegmentJob |
BatchSegmentJob.withBatchSegmentJobArn(String batchSegmentJobArn)
The Amazon Resource Name (ARN) of the batch segment job.
|
BatchSegmentJob |
BatchSegmentJob.withCreationDateTime(Date creationDateTime)
The time at which the batch segment job was created.
|
BatchSegmentJob |
BatchSegmentJob.withFailureReason(String failureReason)
If the batch segment job failed, the reason for the failure.
|
BatchSegmentJob |
BatchSegmentJob.withFilterArn(String filterArn)
The ARN of the filter used on the batch segment job.
|
BatchSegmentJob |
BatchSegmentJob.withJobInput(BatchSegmentJobInput jobInput)
The Amazon S3 path that leads to the input data used to generate the batch segment job.
|
BatchSegmentJob |
BatchSegmentJob.withJobName(String jobName)
The name of the batch segment job.
|
BatchSegmentJob |
BatchSegmentJob.withJobOutput(BatchSegmentJobOutput jobOutput)
The Amazon S3 bucket that contains the output data generated by the batch segment job.
|
BatchSegmentJob |
BatchSegmentJob.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The time at which the batch segment job last updated.
|
BatchSegmentJob |
BatchSegmentJob.withNumResults(Integer numResults)
The number of predicted users generated by the batch segment job for each line of input data.
|
BatchSegmentJob |
BatchSegmentJob.withRoleArn(String roleArn)
The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch segment job.
|
BatchSegmentJob |
BatchSegmentJob.withSolutionVersionArn(String solutionVersionArn)
The Amazon Resource Name (ARN) of the solution version used by the batch segment job to generate batch segments.
|
BatchSegmentJob |
BatchSegmentJob.withStatus(String status)
The status of the batch segment job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeBatchSegmentJobResult.setBatchSegmentJob(BatchSegmentJob batchSegmentJob)
Information on the specified batch segment job.
|
DescribeBatchSegmentJobResult |
DescribeBatchSegmentJobResult.withBatchSegmentJob(BatchSegmentJob batchSegmentJob)
Information on the specified batch segment job.
|
Copyright © 2023. All rights reserved.