@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, waitcopypublic String experimentName()
The name of an existing experiment to associate the trial component with.
public String trialName()
The name of an existing trial to associate the trial component with. If not specified, a new trial is created.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.