@Generated(value="software.amazon.awssdk:codegen") public final class AutoParameter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AutoParameter.Builder,AutoParameter>
The name and an example value of the hyperparameter that you want to use in Autotune. If Automatic model tuning (AMT) determines that your hyperparameter is eligible for Autotune, an optimal hyperparameter range is selected for you.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AutoParameter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AutoParameter.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the hyperparameter to optimize using Autotune.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AutoParameter.Builder> |
serializableBuilderClass() |
AutoParameter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
valueHint()
An example value of the hyperparameter to optimize using Autotune.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the hyperparameter to optimize using Autotune.
public final String valueHint()
An example value of the hyperparameter to optimize using Autotune.
public AutoParameter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AutoParameter.Builder,AutoParameter>public static AutoParameter.Builder builder()
public static Class<? extends AutoParameter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.