amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMaker.Types.SearchRecord

Description

 
Synopsis

Documentation

data SearchRecord Source #

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

See: newSearchRecord smart constructor.

Constructors

SearchRecord' 

Fields

Instances

Instances details
FromJSON SearchRecord Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchRecord

Generic SearchRecord Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchRecord

Associated Types

type Rep SearchRecord :: Type -> Type #

Show SearchRecord Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchRecord

NFData SearchRecord Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchRecord

Methods

rnf :: SearchRecord -> () #

Eq SearchRecord Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchRecord

Hashable SearchRecord Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchRecord

type Rep SearchRecord Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchRecord

type Rep SearchRecord = D1 ('MetaData "SearchRecord" "Amazonka.SageMaker.Types.SearchRecord" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "SearchRecord'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "endpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Endpoint)) :*: (S1 ('MetaSel ('Just "experiment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Experiment)) :*: S1 ('MetaSel ('Just "featureGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FeatureGroup)))) :*: ((S1 ('MetaSel ('Just "featureMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FeatureMetadata)) :*: S1 ('MetaSel ('Just "hyperParameterTuningJob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HyperParameterTuningJobSearchEntity))) :*: (S1 ('MetaSel ('Just "model") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelDashboardModel)) :*: S1 ('MetaSel ('Just "modelCard") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelCard))))) :*: (((S1 ('MetaSel ('Just "modelPackage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelPackage)) :*: S1 ('MetaSel ('Just "modelPackageGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelPackageGroup))) :*: (S1 ('MetaSel ('Just "pipeline") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Pipeline)) :*: S1 ('MetaSel ('Just "pipelineExecution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PipelineExecution)))) :*: ((S1 ('MetaSel ('Just "project") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Project)) :*: S1 ('MetaSel ('Just "trainingJob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrainingJob))) :*: (S1 ('MetaSel ('Just "trial") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Trial)) :*: S1 ('MetaSel ('Just "trialComponent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrialComponent)))))))

newSearchRecord :: SearchRecord Source #

Create a value of SearchRecord with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:endpoint:SearchRecord', searchRecord_endpoint - Undocumented member.

$sel:experiment:SearchRecord', searchRecord_experiment - The properties of an experiment.

$sel:featureGroup:SearchRecord', searchRecord_featureGroup - Undocumented member.

$sel:featureMetadata:SearchRecord', searchRecord_featureMetadata - The feature metadata used to search through the features.

$sel:hyperParameterTuningJob:SearchRecord', searchRecord_hyperParameterTuningJob - The properties of a hyperparameter tuning job.

SearchRecord, searchRecord_model - Undocumented member.

SearchRecord, searchRecord_modelCard - An Amazon SageMaker Model Card that documents details about a machine learning model.

$sel:modelPackage:SearchRecord', searchRecord_modelPackage - Undocumented member.

$sel:modelPackageGroup:SearchRecord', searchRecord_modelPackageGroup - Undocumented member.

$sel:pipeline:SearchRecord', searchRecord_pipeline - Undocumented member.

$sel:pipelineExecution:SearchRecord', searchRecord_pipelineExecution - Undocumented member.

$sel:project:SearchRecord', searchRecord_project - The properties of a project.

$sel:trainingJob:SearchRecord', searchRecord_trainingJob - The properties of a training job.

$sel:trial:SearchRecord', searchRecord_trial - The properties of a trial.

$sel:trialComponent:SearchRecord', searchRecord_trialComponent - The properties of a trial component.

searchRecord_experiment :: Lens' SearchRecord (Maybe Experiment) Source #

The properties of an experiment.

searchRecord_featureMetadata :: Lens' SearchRecord (Maybe FeatureMetadata) Source #

The feature metadata used to search through the features.

searchRecord_modelCard :: Lens' SearchRecord (Maybe ModelCard) Source #

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

searchRecord_project :: Lens' SearchRecord (Maybe Project) Source #

The properties of a project.

searchRecord_trainingJob :: Lens' SearchRecord (Maybe TrainingJob) Source #

The properties of a training job.

searchRecord_trial :: Lens' SearchRecord (Maybe Trial) Source #

The properties of a trial.

searchRecord_trialComponent :: Lens' SearchRecord (Maybe TrialComponent) Source #

The properties of a trial component.