@Generated(value="software.amazon.awssdk:codegen") public final class CreateBatchInferenceJobRequest extends PersonalizeRequest implements ToCopyableBuilder<CreateBatchInferenceJobRequest.Builder,CreateBatchInferenceJobRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateBatchInferenceJobRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
BatchInferenceJobConfig |
batchInferenceJobConfig()
The configuration details of a batch inference job.
|
static CreateBatchInferenceJobRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
filterArn()
The ARN of the filter to apply to the batch inference job.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
BatchInferenceJobInput |
jobInput()
The Amazon S3 path that leads to the input file to base your recommendations on.
|
String |
jobName()
The name of the batch inference job to create.
|
BatchInferenceJobOutput |
jobOutput()
The path to the Amazon S3 bucket where the job's output will be stored.
|
Integer |
numResults()
The number of recommendations to retreive.
|
String |
roleArn()
The ARN of the Amazon Identity and Access Management role that has permissions to read and write to your input
and out Amazon S3 buckets respectively.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateBatchInferenceJobRequest.Builder> |
serializableBuilderClass() |
String |
solutionVersionArn()
The Amazon Resource Name (ARN) of the solution version that will be used to generate the batch inference
recommendations.
|
CreateBatchInferenceJobRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String jobName()
The name of the batch inference job to create.
public final String solutionVersionArn()
The Amazon Resource Name (ARN) of the solution version that will be used to generate the batch inference recommendations.
public final String filterArn()
The ARN of the filter to apply to the batch inference job. For more information on using filters, see Using Filters with Amazon Personalize.
public final Integer numResults()
The number of recommendations to retreive.
public final BatchInferenceJobInput jobInput()
The Amazon S3 path that leads to the input file to base your recommendations on. The input material must be in JSON format.
public final BatchInferenceJobOutput jobOutput()
The path to the Amazon S3 bucket where the job's output will be stored.
public final String roleArn()
The ARN of the Amazon Identity and Access Management role that has permissions to read and write to your input and out Amazon S3 buckets respectively.
public final BatchInferenceJobConfig batchInferenceJobConfig()
The configuration details of a batch inference job.
public CreateBatchInferenceJobRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateBatchInferenceJobRequest.Builder,CreateBatchInferenceJobRequest>toBuilder in class PersonalizeRequestpublic static CreateBatchInferenceJobRequest.Builder builder()
public static Class<? extends CreateBatchInferenceJobRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.