@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 with the trial component.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
runName()
The name of the experiment run to associate with the trial component.
|
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 with the trial component.
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 final String runName()
The name of the experiment run to associate with the trial component.
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 © 2023. All rights reserved.