@Generated(value="software.amazon.awssdk:codegen") public final class OptimizationObjective extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OptimizationObjective.Builder,OptimizationObjective>
Describes the additional objective for the solution, such as maximizing streaming minutes or increasing revenue. For more information see Optimizing a solution.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OptimizationObjective.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OptimizationObjective.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
itemAttribute()
The numerical metadata column in an Items dataset related to the optimization objective.
|
ObjectiveSensitivity |
objectiveSensitivity()
Specifies how Amazon Personalize balances the importance of your optimization objective versus relevance.
|
String |
objectiveSensitivityAsString()
Specifies how Amazon Personalize balances the importance of your optimization objective versus relevance.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OptimizationObjective.Builder> |
serializableBuilderClass() |
OptimizationObjective.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String itemAttribute()
The numerical metadata column in an Items dataset related to the optimization objective. For example, VIDEO_LENGTH (to maximize streaming minutes), or PRICE (to maximize revenue).
public final ObjectiveSensitivity objectiveSensitivity()
Specifies how Amazon Personalize balances the importance of your optimization objective versus relevance.
If the service returns an enum value that is not available in the current SDK version,
objectiveSensitivity will return ObjectiveSensitivity.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from objectiveSensitivityAsString().
ObjectiveSensitivitypublic final String objectiveSensitivityAsString()
Specifies how Amazon Personalize balances the importance of your optimization objective versus relevance.
If the service returns an enum value that is not available in the current SDK version,
objectiveSensitivity will return ObjectiveSensitivity.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from objectiveSensitivityAsString().
ObjectiveSensitivitypublic OptimizationObjective.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OptimizationObjective.Builder,OptimizationObjective>public static OptimizationObjective.Builder builder()
public static Class<? extends OptimizationObjective.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.