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

Description

Creates an Amazon SageMaker Model Card export job.

Synopsis

Creating a Request

data CreateModelCardExportJob Source #

See: newCreateModelCardExportJob smart constructor.

Constructors

CreateModelCardExportJob' 

Fields

Instances

Instances details
ToJSON CreateModelCardExportJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelCardExportJob

ToHeaders CreateModelCardExportJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelCardExportJob

ToPath CreateModelCardExportJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelCardExportJob

ToQuery CreateModelCardExportJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelCardExportJob

AWSRequest CreateModelCardExportJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelCardExportJob

Generic CreateModelCardExportJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelCardExportJob

Associated Types

type Rep CreateModelCardExportJob :: Type -> Type #

Read CreateModelCardExportJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelCardExportJob

Show CreateModelCardExportJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelCardExportJob

NFData CreateModelCardExportJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelCardExportJob

Eq CreateModelCardExportJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelCardExportJob

Hashable CreateModelCardExportJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelCardExportJob

type AWSResponse CreateModelCardExportJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelCardExportJob

type Rep CreateModelCardExportJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelCardExportJob

type Rep CreateModelCardExportJob = D1 ('MetaData "CreateModelCardExportJob" "Amazonka.SageMaker.CreateModelCardExportJob" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "CreateModelCardExportJob'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "modelCardVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "modelCardName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "modelCardExportJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "outputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ModelCardExportOutputConfig))))

newCreateModelCardExportJob Source #

Create a value of CreateModelCardExportJob 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:

CreateModelCardExportJob, createModelCardExportJob_modelCardVersion - The version of the model card to export. If a version is not provided, then the latest version of the model card is exported.

CreateModelCardExportJob, createModelCardExportJob_modelCardName - The name of the model card to export.

CreateModelCardExportJob, createModelCardExportJob_modelCardExportJobName - The name of the model card export job.

CreateModelCardExportJob, createModelCardExportJob_outputConfig - The model card output configuration that specifies the Amazon S3 path for exporting.

Request Lenses

createModelCardExportJob_modelCardVersion :: Lens' CreateModelCardExportJob (Maybe Int) Source #

The version of the model card to export. If a version is not provided, then the latest version of the model card is exported.

createModelCardExportJob_outputConfig :: Lens' CreateModelCardExportJob ModelCardExportOutputConfig Source #

The model card output configuration that specifies the Amazon S3 path for exporting.

Destructuring the Response

data CreateModelCardExportJobResponse Source #

See: newCreateModelCardExportJobResponse smart constructor.

Constructors

CreateModelCardExportJobResponse' 

Fields

Instances

Instances details
Generic CreateModelCardExportJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelCardExportJob

Associated Types

type Rep CreateModelCardExportJobResponse :: Type -> Type #

Read CreateModelCardExportJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelCardExportJob

Show CreateModelCardExportJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelCardExportJob

NFData CreateModelCardExportJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelCardExportJob

Eq CreateModelCardExportJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelCardExportJob

type Rep CreateModelCardExportJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelCardExportJob

type Rep CreateModelCardExportJobResponse = D1 ('MetaData "CreateModelCardExportJobResponse" "Amazonka.SageMaker.CreateModelCardExportJob" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "CreateModelCardExportJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "modelCardExportJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateModelCardExportJobResponse Source #

Create a value of CreateModelCardExportJobResponse 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:httpStatus:CreateModelCardExportJobResponse', createModelCardExportJobResponse_httpStatus - The response's http status code.

CreateModelCardExportJobResponse, createModelCardExportJobResponse_modelCardExportJobArn - The Amazon Resource Name (ARN) of the model card export job.

Response Lenses

createModelCardExportJobResponse_modelCardExportJobArn :: Lens' CreateModelCardExportJobResponse Text Source #

The Amazon Resource Name (ARN) of the model card export job.