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

Description

Describes an Amazon SageMaker Model Card export job.

Synopsis

Creating a Request

data DescribeModelCardExportJob Source #

See: newDescribeModelCardExportJob smart constructor.

Constructors

DescribeModelCardExportJob' 

Fields

Instances

Instances details
ToJSON DescribeModelCardExportJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelCardExportJob

ToHeaders DescribeModelCardExportJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelCardExportJob

ToPath DescribeModelCardExportJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelCardExportJob

ToQuery DescribeModelCardExportJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelCardExportJob

AWSRequest DescribeModelCardExportJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelCardExportJob

Generic DescribeModelCardExportJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelCardExportJob

Associated Types

type Rep DescribeModelCardExportJob :: Type -> Type #

Read DescribeModelCardExportJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelCardExportJob

Show DescribeModelCardExportJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelCardExportJob

NFData DescribeModelCardExportJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelCardExportJob

Eq DescribeModelCardExportJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelCardExportJob

Hashable DescribeModelCardExportJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelCardExportJob

type AWSResponse DescribeModelCardExportJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelCardExportJob

type Rep DescribeModelCardExportJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelCardExportJob

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

newDescribeModelCardExportJob Source #

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

DescribeModelCardExportJob, describeModelCardExportJob_modelCardExportJobArn - The Amazon Resource Name (ARN) of the model card export job to describe.

Request Lenses

describeModelCardExportJob_modelCardExportJobArn :: Lens' DescribeModelCardExportJob Text Source #

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

Destructuring the Response

data DescribeModelCardExportJobResponse Source #

Constructors

DescribeModelCardExportJobResponse' 

Fields

Instances

Instances details
Generic DescribeModelCardExportJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelCardExportJob

Associated Types

type Rep DescribeModelCardExportJobResponse :: Type -> Type #

Read DescribeModelCardExportJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelCardExportJob

Show DescribeModelCardExportJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelCardExportJob

NFData DescribeModelCardExportJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelCardExportJob

Eq DescribeModelCardExportJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelCardExportJob

type Rep DescribeModelCardExportJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelCardExportJob

type Rep DescribeModelCardExportJobResponse = D1 ('MetaData "DescribeModelCardExportJobResponse" "Amazonka.SageMaker.DescribeModelCardExportJob" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "DescribeModelCardExportJobResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "exportArtifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelCardExportArtifacts)) :*: S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "modelCardExportJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "modelCardExportJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) :*: ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ModelCardExportJobStatus) :*: (S1 ('MetaSel ('Just "modelCardName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "modelCardVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) :*: (S1 ('MetaSel ('Just "outputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ModelCardExportOutputConfig) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "lastModifiedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))))

newDescribeModelCardExportJobResponse Source #

Create a value of DescribeModelCardExportJobResponse 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:exportArtifacts:DescribeModelCardExportJobResponse', describeModelCardExportJobResponse_exportArtifacts - The exported model card artifacts.

DescribeModelCardExportJobResponse, describeModelCardExportJobResponse_failureReason - The failure reason if the model export job fails.

$sel:httpStatus:DescribeModelCardExportJobResponse', describeModelCardExportJobResponse_httpStatus - The response's http status code.

DescribeModelCardExportJobResponse, describeModelCardExportJobResponse_modelCardExportJobName - The name of the model card export job to describe.

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

DescribeModelCardExportJobResponse, describeModelCardExportJobResponse_status - The completion status of the model card export job.

  • InProgress: The model card export job is in progress.
  • Completed: The model card export job is complete.
  • Failed: The model card export job failed. To see the reason for the failure, see the FailureReason field in the response to a DescribeModelCardExportJob call.

DescribeModelCardExportJobResponse, describeModelCardExportJobResponse_modelCardName - The name of the model card that the model export job exports.

DescribeModelCardExportJobResponse, describeModelCardExportJobResponse_modelCardVersion - The version of the model card that the model export job exports.

DescribeModelCardExportJobResponse, describeModelCardExportJobResponse_outputConfig - The export output details for the model card.

DescribeModelCardExportJobResponse, describeModelCardExportJobResponse_createdAt - The date and time that the model export job was created.

DescribeModelCardExportJobResponse, describeModelCardExportJobResponse_lastModifiedAt - The date and time that the model export job was last modified.

Response Lenses

describeModelCardExportJobResponse_status :: Lens' DescribeModelCardExportJobResponse ModelCardExportJobStatus Source #

The completion status of the model card export job.

  • InProgress: The model card export job is in progress.
  • Completed: The model card export job is complete.
  • Failed: The model card export job failed. To see the reason for the failure, see the FailureReason field in the response to a DescribeModelCardExportJob call.

describeModelCardExportJobResponse_modelCardName :: Lens' DescribeModelCardExportJobResponse Text Source #

The name of the model card that the model export job exports.

describeModelCardExportJobResponse_modelCardVersion :: Lens' DescribeModelCardExportJobResponse Int Source #

The version of the model card that the model export job exports.

describeModelCardExportJobResponse_lastModifiedAt :: Lens' DescribeModelCardExportJobResponse UTCTime Source #

The date and time that the model export job was last modified.