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.AutoMLJobArtifacts

Description

 
Synopsis

Documentation

data AutoMLJobArtifacts Source #

The artifacts that are generated during an AutoML job.

See: newAutoMLJobArtifacts smart constructor.

Constructors

AutoMLJobArtifacts' 

Fields

Instances

Instances details
FromJSON AutoMLJobArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobArtifacts

Generic AutoMLJobArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobArtifacts

Associated Types

type Rep AutoMLJobArtifacts :: Type -> Type #

Read AutoMLJobArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobArtifacts

Show AutoMLJobArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobArtifacts

NFData AutoMLJobArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobArtifacts

Methods

rnf :: AutoMLJobArtifacts -> () #

Eq AutoMLJobArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobArtifacts

Hashable AutoMLJobArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobArtifacts

type Rep AutoMLJobArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobArtifacts

type Rep AutoMLJobArtifacts = D1 ('MetaData "AutoMLJobArtifacts" "Amazonka.SageMaker.Types.AutoMLJobArtifacts" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "AutoMLJobArtifacts'" 'PrefixI 'True) (S1 ('MetaSel ('Just "candidateDefinitionNotebookLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dataExplorationNotebookLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAutoMLJobArtifacts :: AutoMLJobArtifacts Source #

Create a value of AutoMLJobArtifacts 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:candidateDefinitionNotebookLocation:AutoMLJobArtifacts', autoMLJobArtifacts_candidateDefinitionNotebookLocation - The URL of the notebook location.

$sel:dataExplorationNotebookLocation:AutoMLJobArtifacts', autoMLJobArtifacts_dataExplorationNotebookLocation - The URL of the notebook location.