libZSservicesZSamazonka-mlZSamazonka-ml
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.MachineLearning.DescribeTags

Description

Describes one or more of the tags for your Amazon ML object.

Synopsis

Creating a Request

data DescribeTags Source #

See: newDescribeTags smart constructor.

Constructors

DescribeTags' 

Fields

Instances

Instances details
Eq DescribeTags Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeTags

Read DescribeTags Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeTags

Show DescribeTags Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeTags

Generic DescribeTags Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeTags

Associated Types

type Rep DescribeTags :: Type -> Type #

NFData DescribeTags Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeTags

Methods

rnf :: DescribeTags -> () #

Hashable DescribeTags Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeTags

ToJSON DescribeTags Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeTags

AWSRequest DescribeTags Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeTags

Associated Types

type AWSResponse DescribeTags #

ToHeaders DescribeTags Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeTags

ToPath DescribeTags Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeTags

ToQuery DescribeTags Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeTags

type Rep DescribeTags Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeTags

type Rep DescribeTags = D1 ('MetaData "DescribeTags" "Amazonka.MachineLearning.DescribeTags" "libZSservicesZSamazonka-mlZSamazonka-ml" 'False) (C1 ('MetaCons "DescribeTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TaggableResourceType)))
type AWSResponse DescribeTags Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeTags

newDescribeTags Source #

Create a value of DescribeTags 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:resourceId:DescribeTags', describeTags_resourceId - The ID of the ML object. For example, exampleModelId.

$sel:resourceType:DescribeTags', describeTags_resourceType - The type of the ML object.

Request Lenses

describeTags_resourceId :: Lens' DescribeTags Text Source #

The ID of the ML object. For example, exampleModelId.

Destructuring the Response

data DescribeTagsResponse Source #

Amazon ML returns the following elements.

See: newDescribeTagsResponse smart constructor.

Constructors

DescribeTagsResponse' 

Fields

Instances

Instances details
Eq DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeTags

Read DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeTags

Show DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeTags

Generic DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeTags

Associated Types

type Rep DescribeTagsResponse :: Type -> Type #

NFData DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeTags

Methods

rnf :: DescribeTagsResponse -> () #

type Rep DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.MachineLearning.DescribeTags

type Rep DescribeTagsResponse = D1 ('MetaData "DescribeTagsResponse" "Amazonka.MachineLearning.DescribeTags" "libZSservicesZSamazonka-mlZSamazonka-ml" 'False) (C1 ('MetaCons "DescribeTagsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TaggableResourceType))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeTagsResponse Source #

Create a value of DescribeTagsResponse 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:resourceId:DescribeTags', describeTagsResponse_resourceId - The ID of the tagged ML object.

$sel:resourceType:DescribeTags', describeTagsResponse_resourceType - The type of the tagged ML object.

$sel:tags:DescribeTagsResponse', describeTagsResponse_tags - A list of tags associated with the ML object.

$sel:httpStatus:DescribeTagsResponse', describeTagsResponse_httpStatus - The response's http status code.

Response Lenses

describeTagsResponse_tags :: Lens' DescribeTagsResponse (Maybe [Tag]) Source #

A list of tags associated with the ML object.