@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchRecord extends Object implements Serializable, Cloneable, StructuredPojo
An individual search result record that contains a single resource object.
| Constructor and Description |
|---|
SearchRecord() |
| Modifier and Type | Method and Description |
|---|---|
SearchRecord |
clone() |
boolean |
equals(Object obj) |
Experiment |
getExperiment()
A summary of the properties of an experiment.
|
TrainingJob |
getTrainingJob()
A
TrainingJob object that is returned as part of a Search request. |
Trial |
getTrial()
A summary of the properties of a trial.
|
TrialComponent |
getTrialComponent()
A summary of the properties of a trial component.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setExperiment(Experiment experiment)
A summary of the properties of an experiment.
|
void |
setTrainingJob(TrainingJob trainingJob)
A
TrainingJob object that is returned as part of a Search request. |
void |
setTrial(Trial trial)
A summary of the properties of a trial.
|
void |
setTrialComponent(TrialComponent trialComponent)
A summary of the properties of a trial component.
|
String |
toString()
Returns a string representation of this object.
|
SearchRecord |
withExperiment(Experiment experiment)
A summary of the properties of an experiment.
|
SearchRecord |
withTrainingJob(TrainingJob trainingJob)
A
TrainingJob object that is returned as part of a Search request. |
SearchRecord |
withTrial(Trial trial)
A summary of the properties of a trial.
|
SearchRecord |
withTrialComponent(TrialComponent trialComponent)
A summary of the properties of a trial component.
|
public void setTrainingJob(TrainingJob trainingJob)
A TrainingJob object that is returned as part of a Search request.
trainingJob - A TrainingJob object that is returned as part of a Search request.public TrainingJob getTrainingJob()
A TrainingJob object that is returned as part of a Search request.
TrainingJob object that is returned as part of a Search request.public SearchRecord withTrainingJob(TrainingJob trainingJob)
A TrainingJob object that is returned as part of a Search request.
trainingJob - A TrainingJob object that is returned as part of a Search request.public void setExperiment(Experiment experiment)
A summary of the properties of an experiment.
experiment - A summary of the properties of an experiment.public Experiment getExperiment()
A summary of the properties of an experiment.
public SearchRecord withExperiment(Experiment experiment)
A summary of the properties of an experiment.
experiment - A summary of the properties of an experiment.public void setTrial(Trial trial)
A summary of the properties of a trial.
trial - A summary of the properties of a trial.public Trial getTrial()
A summary of the properties of a trial.
public SearchRecord withTrial(Trial trial)
A summary of the properties of a trial.
trial - A summary of the properties of a trial.public void setTrialComponent(TrialComponent trialComponent)
A summary of the properties of a trial component.
trialComponent - A summary of the properties of a trial component.public TrialComponent getTrialComponent()
A summary of the properties of a trial component.
public SearchRecord withTrialComponent(TrialComponent trialComponent)
A summary of the properties of a trial component.
trialComponent - A summary of the properties of a trial component.public String toString()
toString in class ObjectObject.toString()public SearchRecord clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.