/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¶
Endpoint
io_modelpackage TYPE REF TO /AWS1/CL_SGMMODELPACKAGE /AWS1/CL_SGMMODELPACKAGE¶
ModelPackage
io_modelpackagegroup TYPE REF TO /AWS1/CL_SGMMODELPACKAGEGROUP /AWS1/CL_SGMMODELPACKAGEGROUP¶
ModelPackageGroup
io_pipeline TYPE REF TO /AWS1/CL_SGMPIPELINE /AWS1/CL_SGMPIPELINE¶
Pipeline
io_pipelineexecution TYPE REF TO /AWS1/CL_SGMPIPELINEEXECUTION /AWS1/CL_SGMPIPELINEEXECUTION¶
PipelineExecution
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¶
FeatureGroup
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¶
Model
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¶
Endpoint
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPOINT() |
Getter for ENDPOINT |
ModelPackage¶
ModelPackage
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELPACKAGE() |
Getter for MODELPACKAGE |
ModelPackageGroup¶
ModelPackageGroup
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELPACKAGEGROUP() |
Getter for MODELPACKAGEGROUP |
Pipeline¶
Pipeline
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PIPELINE() |
Getter for PIPELINE |
PipelineExecution¶
PipelineExecution
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¶
FeatureGroup
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¶
Model
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
.