@Generated(value="software.amazon.awssdk:codegen") public final class HPOConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HPOConfig.Builder,HPOConfig>
Describes the properties for hyperparameter optimization (HPO). For use with the bring-your-own-recipe feature. Do not use for Amazon Personalize native recipes.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HPOConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
HyperParameterRanges |
algorithmHyperParameterRanges()
The hyperparameters and their allowable ranges.
|
static HPOConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
HPOObjective |
hpoObjective()
The metric to optimize during HPO.
|
HPOResourceConfig |
hpoResourceConfig()
Describes the resource configuration for HPO.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends HPOConfig.Builder> |
serializableBuilderClass() |
HPOConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic HPOObjective hpoObjective()
The metric to optimize during HPO.
public HPOResourceConfig hpoResourceConfig()
Describes the resource configuration for HPO.
public HyperParameterRanges algorithmHyperParameterRanges()
The hyperparameters and their allowable ranges.
public HPOConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HPOConfig.Builder,HPOConfig>public static HPOConfig.Builder builder()
public static Class<? extends HPOConfig.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.