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

Description

Describes an artifact.

Synopsis

Creating a Request

data DescribeArtifact Source #

See: newDescribeArtifact smart constructor.

Constructors

DescribeArtifact' 

Fields

  • artifactArn :: Text

    The Amazon Resource Name (ARN) of the artifact to describe.

Instances

Instances details
ToJSON DescribeArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeArtifact

ToHeaders DescribeArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeArtifact

ToPath DescribeArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeArtifact

ToQuery DescribeArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeArtifact

AWSRequest DescribeArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeArtifact

Associated Types

type AWSResponse DescribeArtifact #

Generic DescribeArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeArtifact

Associated Types

type Rep DescribeArtifact :: Type -> Type #

Read DescribeArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeArtifact

Show DescribeArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeArtifact

NFData DescribeArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeArtifact

Methods

rnf :: DescribeArtifact -> () #

Eq DescribeArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeArtifact

Hashable DescribeArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeArtifact

type AWSResponse DescribeArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeArtifact

type Rep DescribeArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeArtifact

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

newDescribeArtifact Source #

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

DescribeArtifact, describeArtifact_artifactArn - The Amazon Resource Name (ARN) of the artifact to describe.

Request Lenses

describeArtifact_artifactArn :: Lens' DescribeArtifact Text Source #

The Amazon Resource Name (ARN) of the artifact to describe.

Destructuring the Response

data DescribeArtifactResponse Source #

See: newDescribeArtifactResponse smart constructor.

Constructors

DescribeArtifactResponse' 

Fields

Instances

Instances details
Generic DescribeArtifactResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeArtifact

Associated Types

type Rep DescribeArtifactResponse :: Type -> Type #

Read DescribeArtifactResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeArtifact

Show DescribeArtifactResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeArtifact

NFData DescribeArtifactResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeArtifact

Eq DescribeArtifactResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeArtifact

type Rep DescribeArtifactResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeArtifact

type Rep DescribeArtifactResponse = D1 ('MetaData "DescribeArtifactResponse" "Amazonka.SageMaker.DescribeArtifact" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "DescribeArtifactResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "artifactArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "artifactName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "artifactType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext))))) :*: ((S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lineageGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "metadataProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetadataProperties)))) :*: (S1 ('MetaSel ('Just "properties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ArtifactSource)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeArtifactResponse Source #

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

DescribeArtifact, describeArtifactResponse_artifactArn - The Amazon Resource Name (ARN) of the artifact.

DescribeArtifactResponse, describeArtifactResponse_artifactName - The name of the artifact.

DescribeArtifactResponse, describeArtifactResponse_artifactType - The type of the artifact.

DescribeArtifactResponse, describeArtifactResponse_createdBy - Undocumented member.

DescribeArtifactResponse, describeArtifactResponse_creationTime - When the artifact was created.

DescribeArtifactResponse, describeArtifactResponse_lastModifiedBy - Undocumented member.

DescribeArtifactResponse, describeArtifactResponse_lastModifiedTime - When the artifact was last modified.

DescribeArtifactResponse, describeArtifactResponse_lineageGroupArn - The Amazon Resource Name (ARN) of the lineage group.

DescribeArtifactResponse, describeArtifactResponse_metadataProperties - Undocumented member.

DescribeArtifactResponse, describeArtifactResponse_properties - A list of the artifact's properties.

DescribeArtifactResponse, describeArtifactResponse_source - The source of the artifact.

$sel:httpStatus:DescribeArtifactResponse', describeArtifactResponse_httpStatus - The response's http status code.

Response Lenses

describeArtifactResponse_artifactArn :: Lens' DescribeArtifactResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the artifact.

describeArtifactResponse_lineageGroupArn :: Lens' DescribeArtifactResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the lineage group.