@Generated(value="software.amazon.awssdk:codegen") public final class ExperimentConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExperimentConfig.Builder,ExperimentConfig>
Associates a SageMaker job as a trial component with an experiment and trial. Specified when you call the following APIs:
Modifier and Type | Class and Description |
---|---|
static interface |
ExperimentConfig.Builder |
Modifier and Type | Method and Description |
---|---|
static ExperimentConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
experimentName()
The name of an existing experiment to associate the trial component with.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExperimentConfig.Builder> |
serializableBuilderClass() |
ExperimentConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
trialComponentDisplayName()
The display name for the trial component.
|
String |
trialName()
The name of an existing trial to associate the trial component with.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String experimentName()
The name of an existing experiment to associate the trial component with.
public final String trialName()
The name of an existing trial to associate the trial component with. If not specified, a new trial is created.
public final String trialComponentDisplayName()
The display name for the trial component. If this key isn't specified, the display name is the trial component name.
public ExperimentConfig.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ExperimentConfig.Builder,ExperimentConfig>
public static ExperimentConfig.Builder builder()
public static Class<? extends ExperimentConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.