SearchRecord
A single resource returned as part of the Search API response.
Contents
- Endpoint
 - 
               
A hosted endpoint for real-time inference.
Type: Endpoint object
Required: No
 - Experiment
 - 
               
The properties of an experiment.
Type: Experiment object
Required: No
 - FeatureGroup
 - 
               
Amazon SageMaker Feature Store stores features in a collection called Feature Group. A Feature Group can be visualized as a table which has rows, with a unique identifier for each row where each column in the table is a feature. In principle, a Feature Group is composed of features and values per features.
Type: FeatureGroup object
Required: No
 - FeatureMetadata
 - 
               
The feature metadata used to search through the features.
Type: FeatureMetadata object
Required: No
 - HyperParameterTuningJob
 - 
               
The properties of a hyperparameter tuning job.
Type: HyperParameterTuningJobSearchEntity object
Required: No
 - Model
 - 
               
A model displayed in the Amazon SageMaker Model Dashboard.
Type: ModelDashboardModel object
Required: No
 - ModelCard
 - 
               
An Amazon SageMaker Model Card that documents details about a machine learning model.
Type: ModelCard object
Required: No
 - ModelPackage
 - 
               
A container for your trained model that can be deployed for SageMaker inference. This can include inference code, artifacts, and metadata. The model package type can be one of the following.
- 
                     
Versioned model: A part of a model package group in Model Registry.
 - 
                     
Unversioned model: Not part of a model package group and used in AWS Marketplace.
 
For more information, see
CreateModelPackage.Type: ModelPackage object
Required: No
 - 
                     
 - ModelPackageGroup
 - 
               
A group of versioned models in the Model Registry.
Type: ModelPackageGroup object
Required: No
 - Pipeline
 - 
               
A SageMaker Model Building Pipeline instance.
Type: Pipeline object
Required: No
 - PipelineExecution
 - 
               
An execution of a pipeline.
Type: PipelineExecution object
Required: No
 - PipelineVersion
 - 
               
The version of the pipeline.
Type: PipelineVersion object
Required: No
 - Project
 - 
               
The properties of a project.
Type: Project object
Required: No
 - TrainingJob
 - 
               
The properties of a training job.
Type: TrainingJob object
Required: No
 - Trial
 - 
               
The properties of a trial.
Type: Trial object
Required: No
 - TrialComponent
 - 
               
The properties of a trial component.
Type: TrialComponent object
Required: No
 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: