@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExperimentConfig extends Object implements Serializable, Cloneable, StructuredPojo
Associates a SageMaker job as a trial component with an experiment and trial. Specified when you call the following APIs:
Constructor and Description |
---|
ExperimentConfig() |
Modifier and Type | Method and Description |
---|---|
ExperimentConfig |
clone() |
boolean |
equals(Object obj) |
String |
getExperimentName()
The name of an existing experiment to associate with the trial component.
|
String |
getRunName()
The name of the experiment run to associate with the trial component.
|
String |
getTrialComponentDisplayName()
The display name for the trial component.
|
String |
getTrialName()
The name of an existing trial to associate the trial component with.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExperimentName(String experimentName)
The name of an existing experiment to associate with the trial component.
|
void |
setRunName(String runName)
The name of the experiment run to associate with the trial component.
|
void |
setTrialComponentDisplayName(String trialComponentDisplayName)
The display name for the trial component.
|
void |
setTrialName(String trialName)
The name of an existing trial to associate the trial component with.
|
String |
toString()
Returns a string representation of this object.
|
ExperimentConfig |
withExperimentName(String experimentName)
The name of an existing experiment to associate with the trial component.
|
ExperimentConfig |
withRunName(String runName)
The name of the experiment run to associate with the trial component.
|
ExperimentConfig |
withTrialComponentDisplayName(String trialComponentDisplayName)
The display name for the trial component.
|
ExperimentConfig |
withTrialName(String trialName)
The name of an existing trial to associate the trial component with.
|
public void setExperimentName(String experimentName)
The name of an existing experiment to associate with the trial component.
experimentName
- The name of an existing experiment to associate with the trial component.public String getExperimentName()
The name of an existing experiment to associate with the trial component.
public ExperimentConfig withExperimentName(String experimentName)
The name of an existing experiment to associate with the trial component.
experimentName
- The name of an existing experiment to associate with the trial component.public void setTrialName(String trialName)
The name of an existing trial to associate the trial component with. If not specified, a new trial is created.
trialName
- The name of an existing trial to associate the trial component with. If not specified, a new trial is
created.public String getTrialName()
The name of an existing trial to associate the trial component with. If not specified, a new trial is created.
public ExperimentConfig withTrialName(String trialName)
The name of an existing trial to associate the trial component with. If not specified, a new trial is created.
trialName
- The name of an existing trial to associate the trial component with. If not specified, a new trial is
created.public void setTrialComponentDisplayName(String trialComponentDisplayName)
The display name for the trial component. If this key isn't specified, the display name is the trial component name.
trialComponentDisplayName
- The display name for the trial component. If this key isn't specified, the display name is the trial
component name.public String getTrialComponentDisplayName()
The display name for the trial component. If this key isn't specified, the display name is the trial component name.
public ExperimentConfig withTrialComponentDisplayName(String trialComponentDisplayName)
The display name for the trial component. If this key isn't specified, the display name is the trial component name.
trialComponentDisplayName
- The display name for the trial component. If this key isn't specified, the display name is the trial
component name.public void setRunName(String runName)
The name of the experiment run to associate with the trial component.
runName
- The name of the experiment run to associate with the trial component.public String getRunName()
The name of the experiment run to associate with the trial component.
public ExperimentConfig withRunName(String runName)
The name of the experiment run to associate with the trial component.
runName
- The name of the experiment run to associate with the trial component.public String toString()
toString
in class Object
Object.toString()
public ExperimentConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.