@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.
|
FeatureMetadata |
featureMetadata()
The feature metadata used to search through the features.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
HyperParameterTuningJobSearchEntity |
hyperParameterTuningJob()
The properties of a hyperparameter tuning job.
|
ModelDashboardModel |
model()
Returns the value of the Model property for this object.
|
ModelCard |
modelCard()
An Amazon SageMaker Model Card that documents details about a machine learning model.
|
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 final FeatureMetadata featureMetadata()
The feature metadata used to search through the features.
public final HyperParameterTuningJobSearchEntity hyperParameterTuningJob()
The properties of a hyperparameter tuning job.
public final ModelDashboardModel model()
public final ModelCard modelCard()
An Amazon SageMaker Model Card that documents details about a machine learning model.
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.