Skip to content

/AWS1/CL_SGMSEARCHRECORD

A single resource returned as part of the Search API response.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_trainingjob TYPE REF TO /AWS1/CL_SGMTRAININGJOB /AWS1/CL_SGMTRAININGJOB

The properties of a training job.

io_experiment TYPE REF TO /AWS1/CL_SGMEXPERIMENT /AWS1/CL_SGMEXPERIMENT

The properties of an experiment.

io_trial TYPE REF TO /AWS1/CL_SGMTRIAL /AWS1/CL_SGMTRIAL

The properties of a trial.

io_trialcomponent TYPE REF TO /AWS1/CL_SGMTRIALCOMPONENT /AWS1/CL_SGMTRIALCOMPONENT

The properties of a trial component.

io_endpoint TYPE REF TO /AWS1/CL_SGMENDPOINT /AWS1/CL_SGMENDPOINT

A hosted endpoint for real-time inference.

io_modelpackage TYPE REF TO /AWS1/CL_SGMMODELPACKAGE /AWS1/CL_SGMMODELPACKAGE

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 Amazon Web Services Marketplace.

For more information, see CreateModelPackage .

io_modelpackagegroup TYPE REF TO /AWS1/CL_SGMMODELPACKAGEGROUP /AWS1/CL_SGMMODELPACKAGEGROUP

A group of versioned models in the Model Registry.

io_pipeline TYPE REF TO /AWS1/CL_SGMPIPELINE /AWS1/CL_SGMPIPELINE

A SageMaker Model Building Pipeline instance.

io_pipelineexecution TYPE REF TO /AWS1/CL_SGMPIPELINEEXECUTION /AWS1/CL_SGMPIPELINEEXECUTION

An execution of a pipeline.

io_pipelineversion TYPE REF TO /AWS1/CL_SGMPIPELINEVERSION /AWS1/CL_SGMPIPELINEVERSION

The version of the pipeline.

io_featuregroup TYPE REF TO /AWS1/CL_SGMFEATUREGROUP /AWS1/CL_SGMFEATUREGROUP

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.

io_featuremetadata TYPE REF TO /AWS1/CL_SGMFEATUREMETADATA /AWS1/CL_SGMFEATUREMETADATA

The feature metadata used to search through the features.

io_project TYPE REF TO /AWS1/CL_SGMPROJECT /AWS1/CL_SGMPROJECT

The properties of a project.

io_hyperparametertuningjob TYPE REF TO /AWS1/CL_SGMHYPPRMTUNJOBSRCH00 /AWS1/CL_SGMHYPPRMTUNJOBSRCH00

The properties of a hyperparameter tuning job.

io_modelcard TYPE REF TO /AWS1/CL_SGMMODELCARD /AWS1/CL_SGMMODELCARD

An Amazon SageMaker Model Card that documents details about a machine learning model.

io_model TYPE REF TO /AWS1/CL_SGMMDELDASHBOARDMDEL /AWS1/CL_SGMMDELDASHBOARDMDEL

A model displayed in the Amazon SageMaker Model Dashboard.


Queryable Attributes

TrainingJob

The properties of a training job.

Accessible with the following methods

Method Description
GET_TRAININGJOB() Getter for TRAININGJOB

Experiment

The properties of an experiment.

Accessible with the following methods

Method Description
GET_EXPERIMENT() Getter for EXPERIMENT

Trial

The properties of a trial.

Accessible with the following methods

Method Description
GET_TRIAL() Getter for TRIAL

TrialComponent

The properties of a trial component.

Accessible with the following methods

Method Description
GET_TRIALCOMPONENT() Getter for TRIALCOMPONENT

Endpoint

A hosted endpoint for real-time inference.

Accessible with the following methods

Method Description
GET_ENDPOINT() Getter for ENDPOINT

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 Amazon Web Services Marketplace.

For more information, see CreateModelPackage .

Accessible with the following methods

Method Description
GET_MODELPACKAGE() Getter for MODELPACKAGE

ModelPackageGroup

A group of versioned models in the Model Registry.

Accessible with the following methods

Method Description
GET_MODELPACKAGEGROUP() Getter for MODELPACKAGEGROUP

Pipeline

A SageMaker Model Building Pipeline instance.

Accessible with the following methods

Method Description
GET_PIPELINE() Getter for PIPELINE

PipelineExecution

An execution of a pipeline.

Accessible with the following methods

Method Description
GET_PIPELINEEXECUTION() Getter for PIPELINEEXECUTION

PipelineVersion

The version of the pipeline.

Accessible with the following methods

Method Description
GET_PIPELINEVERSION() Getter for PIPELINEVERSION

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.

Accessible with the following methods

Method Description
GET_FEATUREGROUP() Getter for FEATUREGROUP

FeatureMetadata

The feature metadata used to search through the features.

Accessible with the following methods

Method Description
GET_FEATUREMETADATA() Getter for FEATUREMETADATA

Project

The properties of a project.

Accessible with the following methods

Method Description
GET_PROJECT() Getter for PROJECT

HyperParameterTuningJob

The properties of a hyperparameter tuning job.

Accessible with the following methods

Method Description
GET_HYPERPARAMETERTUNINGJOB() Getter for HYPERPARAMETERTUNINGJOB

ModelCard

An Amazon SageMaker Model Card that documents details about a machine learning model.

Accessible with the following methods

Method Description
GET_MODELCARD() Getter for MODELCARD

Model

A model displayed in the Amazon SageMaker Model Dashboard.

Accessible with the following methods

Method Description
GET_MODEL() Getter for MODEL

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_SEARCHRESULTSLIST

TYPES TT_SEARCHRESULTSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMSEARCHRECORD WITH DEFAULT KEY
.