@Generated(value="software.amazon.awssdk:codegen") public final class SearchRecord extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SearchRecord.Builder,SearchRecord>
A single resource returned as part of the Search API response.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SearchRecord.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SearchRecord.Builder |
builder() |
Endpoint |
endpoint()
Returns the value of the Endpoint property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Experiment |
experiment()
The properties of an experiment.
|
FeatureGroup |
featureGroup()
Returns the value of the FeatureGroup property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ModelPackage |
modelPackage()
Returns the value of the ModelPackage property for this object.
|
ModelPackageGroup |
modelPackageGroup()
Returns the value of the ModelPackageGroup property for this object.
|
Pipeline |
pipeline()
Returns the value of the Pipeline property for this object.
|
PipelineExecution |
pipelineExecution()
Returns the value of the PipelineExecution property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SearchRecord.Builder> |
serializableBuilderClass() |
SearchRecord.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TrainingJob |
trainingJob()
The properties of a training job.
|
Trial |
trial()
The properties of a trial.
|
TrialComponent |
trialComponent()
The properties of a trial component.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic TrainingJob trainingJob()
The properties of a training job.
public Experiment experiment()
The properties of an experiment.
public Trial trial()
The properties of a trial.
public TrialComponent trialComponent()
The properties of a trial component.
public Endpoint endpoint()
public ModelPackage modelPackage()
public ModelPackageGroup modelPackageGroup()
public Pipeline pipeline()
public PipelineExecution pipelineExecution()
public FeatureGroup featureGroup()
public SearchRecord.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SearchRecord.Builder,SearchRecord>public static SearchRecord.Builder builder()
public static Class<? extends SearchRecord.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.