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

Description

 
Synopsis

Documentation

data ModelArtifacts Source #

Provides information about the location that is configured for storing model artifacts.

Model artifacts are the output that results from training a model, and typically consist of trained parameters, a model definition that describes how to compute inferences, and other metadata.

See: newModelArtifacts smart constructor.

Constructors

ModelArtifacts' 

Fields

  • s3ModelArtifacts :: Text

    The path of the S3 object that contains the model artifacts. For example, s3://bucket-name/keynameprefix/model.tar.gz.

Instances

Instances details
Eq ModelArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelArtifacts

Read ModelArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelArtifacts

Show ModelArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelArtifacts

Generic ModelArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelArtifacts

Associated Types

type Rep ModelArtifacts :: Type -> Type #

NFData ModelArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelArtifacts

Methods

rnf :: ModelArtifacts -> () #

Hashable ModelArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelArtifacts

FromJSON ModelArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelArtifacts

type Rep ModelArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelArtifacts

type Rep ModelArtifacts = D1 ('MetaData "ModelArtifacts" "Amazonka.SageMaker.Types.ModelArtifacts" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelArtifacts'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3ModelArtifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newModelArtifacts Source #

Create a value of ModelArtifacts 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:s3ModelArtifacts:ModelArtifacts', modelArtifacts_s3ModelArtifacts - The path of the S3 object that contains the model artifacts. For example, s3://bucket-name/keynameprefix/model.tar.gz.

modelArtifacts_s3ModelArtifacts :: Lens' ModelArtifacts Text Source #

The path of the S3 object that contains the model artifacts. For example, s3://bucket-name/keynameprefix/model.tar.gz.