libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq SearchRecord Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchRecord

Read SearchRecord Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchRecord

Show 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 #

NFData SearchRecord Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchRecord

Methods

rnf :: SearchRecord -> () #

Hashable SearchRecord Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchRecord

FromJSON 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" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "SearchRecord'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "trainingJob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrainingJob)) :*: S1 ('MetaSel ('Just "trial") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Trial))) :*: (S1 ('MetaSel ('Just "modelPackageGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelPackageGroup)) :*: (S1 ('MetaSel ('Just "trialComponent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrialComponent)) :*: S1 ('MetaSel ('Just "project") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Project))))) :*: ((S1 ('MetaSel ('Just "pipelineExecution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PipelineExecution)) :*: (S1 ('MetaSel ('Just "featureGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FeatureGroup)) :*: S1 ('MetaSel ('Just "experiment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Experiment)))) :*: (S1 ('MetaSel ('Just "pipeline") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Pipeline)) :*: (S1 ('MetaSel ('Just "modelPackage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelPackage)) :*: S1 ('MetaSel ('Just "endpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Endpoint)))))))

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:trainingJob:SearchRecord', searchRecord_trainingJob - The properties of a training job.

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

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

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

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

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

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

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

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

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

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

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.

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

The properties of a project.

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

The properties of an experiment.