@Generated(value="software.amazon.awssdk:codegen") public final class BatchInferenceJobConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchInferenceJobConfig.Builder,BatchInferenceJobConfig>
The configuration details of a batch inference job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchInferenceJobConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchInferenceJobConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasItemExplorationConfig()
Returns true if the ItemExplorationConfig property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
Map<String,String> |
itemExplorationConfig()
A string to string map specifying the exploration configuration hyperparameters, including
explorationWeight and explorationItemAgeCutOff, you want to use to configure the amount
of item exploration Amazon Personalize uses when recommending items. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchInferenceJobConfig.Builder> |
serializableBuilderClass() |
BatchInferenceJobConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasItemExplorationConfig()
public final Map<String,String> itemExplorationConfig()
A string to string map specifying the exploration configuration hyperparameters, including
explorationWeight and explorationItemAgeCutOff, you want to use to configure the amount
of item exploration Amazon Personalize uses when recommending items. See
native-recipe-new-item-USER_PERSONALIZATION.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasItemExplorationConfig() to see if a value was sent in this field.
explorationWeight and explorationItemAgeCutOff, you want to use to configure
the amount of item exploration Amazon Personalize uses when recommending items. See
native-recipe-new-item-USER_PERSONALIZATION.public BatchInferenceJobConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchInferenceJobConfig.Builder,BatchInferenceJobConfig>public static BatchInferenceJobConfig.Builder builder()
public static Class<? extends BatchInferenceJobConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.