libZSservicesZSamazonka-lookoutvisionZSamazonka-lookoutvision
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.LookoutVision.DescribeDataset

Description

Describe an Amazon Lookout for Vision dataset.

This operation requires permissions to perform the lookoutvision:DescribeDataset operation.

Synopsis

Creating a Request

data DescribeDataset Source #

See: newDescribeDataset smart constructor.

Constructors

DescribeDataset' 

Fields

  • projectName :: Text

    The name of the project that contains the dataset that you want to describe.

  • datasetType :: Text

    The type of the dataset to describe. Specify train to describe the training dataset. Specify test to describe the test dataset. If you have a single dataset project, specify train

Instances

Instances details
Eq DescribeDataset Source # 
Instance details

Defined in Amazonka.LookoutVision.DescribeDataset

Read DescribeDataset Source # 
Instance details

Defined in Amazonka.LookoutVision.DescribeDataset

Show DescribeDataset Source # 
Instance details

Defined in Amazonka.LookoutVision.DescribeDataset

Generic DescribeDataset Source # 
Instance details

Defined in Amazonka.LookoutVision.DescribeDataset

Associated Types

type Rep DescribeDataset :: Type -> Type #

NFData DescribeDataset Source # 
Instance details

Defined in Amazonka.LookoutVision.DescribeDataset

Methods

rnf :: DescribeDataset -> () #

Hashable DescribeDataset Source # 
Instance details

Defined in Amazonka.LookoutVision.DescribeDataset

AWSRequest DescribeDataset Source # 
Instance details

Defined in Amazonka.LookoutVision.DescribeDataset

Associated Types

type AWSResponse DescribeDataset #

ToHeaders DescribeDataset Source # 
Instance details

Defined in Amazonka.LookoutVision.DescribeDataset

ToPath DescribeDataset Source # 
Instance details

Defined in Amazonka.LookoutVision.DescribeDataset

ToQuery DescribeDataset Source # 
Instance details

Defined in Amazonka.LookoutVision.DescribeDataset

type Rep DescribeDataset Source # 
Instance details

Defined in Amazonka.LookoutVision.DescribeDataset

type Rep DescribeDataset = D1 ('MetaData "DescribeDataset" "Amazonka.LookoutVision.DescribeDataset" "libZSservicesZSamazonka-lookoutvisionZSamazonka-lookoutvision" 'False) (C1 ('MetaCons "DescribeDataset'" 'PrefixI 'True) (S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "datasetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeDataset Source # 
Instance details

Defined in Amazonka.LookoutVision.DescribeDataset

newDescribeDataset Source #

Create a value of DescribeDataset 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:projectName:DescribeDataset', describeDataset_projectName - The name of the project that contains the dataset that you want to describe.

$sel:datasetType:DescribeDataset', describeDataset_datasetType - The type of the dataset to describe. Specify train to describe the training dataset. Specify test to describe the test dataset. If you have a single dataset project, specify train

Request Lenses

describeDataset_projectName :: Lens' DescribeDataset Text Source #

The name of the project that contains the dataset that you want to describe.

describeDataset_datasetType :: Lens' DescribeDataset Text Source #

The type of the dataset to describe. Specify train to describe the training dataset. Specify test to describe the test dataset. If you have a single dataset project, specify train

Destructuring the Response

data DescribeDatasetResponse Source #

See: newDescribeDatasetResponse smart constructor.

Constructors

DescribeDatasetResponse' 

Fields

Instances

Instances details
Eq DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutVision.DescribeDataset

Read DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutVision.DescribeDataset

Show DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutVision.DescribeDataset

Generic DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutVision.DescribeDataset

Associated Types

type Rep DescribeDatasetResponse :: Type -> Type #

NFData DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutVision.DescribeDataset

Methods

rnf :: DescribeDatasetResponse -> () #

type Rep DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.LookoutVision.DescribeDataset

type Rep DescribeDatasetResponse = D1 ('MetaData "DescribeDatasetResponse" "Amazonka.LookoutVision.DescribeDataset" "libZSservicesZSamazonka-lookoutvisionZSamazonka-lookoutvision" 'False) (C1 ('MetaCons "DescribeDatasetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatasetDescription)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeDatasetResponse Source #

Create a value of DescribeDatasetResponse 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:datasetDescription:DescribeDatasetResponse', describeDatasetResponse_datasetDescription - The description of the requested dataset.

$sel:httpStatus:DescribeDatasetResponse', describeDatasetResponse_httpStatus - The response's http status code.

Response Lenses