@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchRecord extends Object implements Serializable, Cloneable, StructuredPojo
A single resource returned as part of the Search API response.
| Constructor and Description |
|---|
SearchRecord() |
| Modifier and Type | Method and Description |
|---|---|
SearchRecord |
clone() |
boolean |
equals(Object obj) |
Endpoint |
getEndpoint() |
Experiment |
getExperiment()
The properties of an experiment.
|
FeatureGroup |
getFeatureGroup() |
FeatureMetadata |
getFeatureMetadata()
The feature metadata used to search through the features.
|
ModelPackage |
getModelPackage() |
ModelPackageGroup |
getModelPackageGroup() |
Pipeline |
getPipeline() |
PipelineExecution |
getPipelineExecution() |
Project |
getProject()
The properties of a project.
|
TrainingJob |
getTrainingJob()
The properties of a training job.
|
Trial |
getTrial()
The properties of a trial.
|
TrialComponent |
getTrialComponent()
The properties of a trial component.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEndpoint(Endpoint endpoint) |
void |
setExperiment(Experiment experiment)
The properties of an experiment.
|
void |
setFeatureGroup(FeatureGroup featureGroup) |
void |
setFeatureMetadata(FeatureMetadata featureMetadata)
The feature metadata used to search through the features.
|
void |
setModelPackage(ModelPackage modelPackage) |
void |
setModelPackageGroup(ModelPackageGroup modelPackageGroup) |
void |
setPipeline(Pipeline pipeline) |
void |
setPipelineExecution(PipelineExecution pipelineExecution) |
void |
setProject(Project project)
The properties of a project.
|
void |
setTrainingJob(TrainingJob trainingJob)
The properties of a training job.
|
void |
setTrial(Trial trial)
The properties of a trial.
|
void |
setTrialComponent(TrialComponent trialComponent)
The properties of a trial component.
|
String |
toString()
Returns a string representation of this object.
|
SearchRecord |
withEndpoint(Endpoint endpoint) |
SearchRecord |
withExperiment(Experiment experiment)
The properties of an experiment.
|
SearchRecord |
withFeatureGroup(FeatureGroup featureGroup) |
SearchRecord |
withFeatureMetadata(FeatureMetadata featureMetadata)
The feature metadata used to search through the features.
|
SearchRecord |
withModelPackage(ModelPackage modelPackage) |
SearchRecord |
withModelPackageGroup(ModelPackageGroup modelPackageGroup) |
SearchRecord |
withPipeline(Pipeline pipeline) |
SearchRecord |
withPipelineExecution(PipelineExecution pipelineExecution) |
SearchRecord |
withProject(Project project)
The properties of a project.
|
SearchRecord |
withTrainingJob(TrainingJob trainingJob)
The properties of a training job.
|
SearchRecord |
withTrial(Trial trial)
The properties of a trial.
|
SearchRecord |
withTrialComponent(TrialComponent trialComponent)
The properties of a trial component.
|
public void setTrainingJob(TrainingJob trainingJob)
The properties of a training job.
trainingJob - The properties of a training job.public TrainingJob getTrainingJob()
The properties of a training job.
public SearchRecord withTrainingJob(TrainingJob trainingJob)
The properties of a training job.
trainingJob - The properties of a training job.public void setExperiment(Experiment experiment)
The properties of an experiment.
experiment - The properties of an experiment.public Experiment getExperiment()
The properties of an experiment.
public SearchRecord withExperiment(Experiment experiment)
The properties of an experiment.
experiment - The properties of an experiment.public void setTrial(Trial trial)
The properties of a trial.
trial - The properties of a trial.public Trial getTrial()
The properties of a trial.
public SearchRecord withTrial(Trial trial)
The properties of a trial.
trial - The properties of a trial.public void setTrialComponent(TrialComponent trialComponent)
The properties of a trial component.
trialComponent - The properties of a trial component.public TrialComponent getTrialComponent()
The properties of a trial component.
public SearchRecord withTrialComponent(TrialComponent trialComponent)
The properties of a trial component.
trialComponent - The properties of a trial component.public void setEndpoint(Endpoint endpoint)
endpoint - public Endpoint getEndpoint()
public SearchRecord withEndpoint(Endpoint endpoint)
endpoint - public void setModelPackage(ModelPackage modelPackage)
modelPackage - public ModelPackage getModelPackage()
public SearchRecord withModelPackage(ModelPackage modelPackage)
modelPackage - public void setModelPackageGroup(ModelPackageGroup modelPackageGroup)
modelPackageGroup - public ModelPackageGroup getModelPackageGroup()
public SearchRecord withModelPackageGroup(ModelPackageGroup modelPackageGroup)
modelPackageGroup - public void setPipeline(Pipeline pipeline)
pipeline - public Pipeline getPipeline()
public SearchRecord withPipeline(Pipeline pipeline)
pipeline - public void setPipelineExecution(PipelineExecution pipelineExecution)
pipelineExecution - public PipelineExecution getPipelineExecution()
public SearchRecord withPipelineExecution(PipelineExecution pipelineExecution)
pipelineExecution - public void setFeatureGroup(FeatureGroup featureGroup)
featureGroup - public FeatureGroup getFeatureGroup()
public SearchRecord withFeatureGroup(FeatureGroup featureGroup)
featureGroup - public void setProject(Project project)
The properties of a project.
project - The properties of a project.public Project getProject()
The properties of a project.
public SearchRecord withProject(Project project)
The properties of a project.
project - The properties of a project.public void setFeatureMetadata(FeatureMetadata featureMetadata)
The feature metadata used to search through the features.
featureMetadata - The feature metadata used to search through the features.public FeatureMetadata getFeatureMetadata()
The feature metadata used to search through the features.
public SearchRecord withFeatureMetadata(FeatureMetadata featureMetadata)
The feature metadata used to search through the features.
featureMetadata - The feature metadata used to search through the features.public String toString()
toString in class ObjectObject.toString()public SearchRecord clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.