@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.
|
Project |
project()
The properties of a project.
|
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 final TrainingJob trainingJob()
The properties of a training job.
public final Experiment experiment()
The properties of an experiment.
public final Trial trial()
The properties of a trial.
public final TrialComponent trialComponent()
The properties of a trial component.
public final Endpoint endpoint()
public final ModelPackage modelPackage()
public final ModelPackageGroup modelPackageGroup()
public final Pipeline pipeline()
public final PipelineExecution pipelineExecution()
public final FeatureGroup featureGroup()
public final Project project()
The properties of a project.
public SearchRecord.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SearchRecord.Builder,SearchRecord>public static SearchRecord.Builder builder()
public static Class<? extends SearchRecord.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.