@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).
| 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 final HPOObjective hpoObjective()
The metric to optimize during HPO.
Amazon Personalize doesn't support configuring the hpoObjective at this time.
Amazon Personalize doesn't support configuring the hpoObjective at this time.
public final HPOResourceConfig hpoResourceConfig()
Describes the resource configuration for HPO.
public final 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.