@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() |
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
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 retrieve.
|
String |
roleArn()
The ARN of the Amazon Identity and Access Management role that has permissions to read and write to your input
and output 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.
|
List<Tag> |
tags()
A list of tags to apply
to the batch inference job.
|
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 Filtering batch recommendations.
public final Integer numResults()
The number of recommendations to retrieve.
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 output Amazon S3 buckets respectively.
public final BatchInferenceJobConfig batchInferenceJobConfig()
The configuration details of a batch inference job.
public final boolean hasTags()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final List<Tag> tags()
A list of tags to apply to the batch inference job.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTags() method.
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 © 2023. All rights reserved.