libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
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.SageMaker.DescribeProject

Description

Describes the details of a project.

Synopsis

Creating a Request

data DescribeProject Source #

See: newDescribeProject smart constructor.

Constructors

DescribeProject' 

Fields

Instances

Instances details
Eq DescribeProject Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

Read DescribeProject Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

Show DescribeProject Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

Generic DescribeProject Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

Associated Types

type Rep DescribeProject :: Type -> Type #

NFData DescribeProject Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

Methods

rnf :: DescribeProject -> () #

Hashable DescribeProject Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

ToJSON DescribeProject Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

AWSRequest DescribeProject Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

Associated Types

type AWSResponse DescribeProject #

ToHeaders DescribeProject Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

ToPath DescribeProject Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

ToQuery DescribeProject Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

type Rep DescribeProject Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

type Rep DescribeProject = D1 ('MetaData "DescribeProject" "Amazonka.SageMaker.DescribeProject" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeProject'" 'PrefixI 'True) (S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeProject Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

newDescribeProject Source #

Create a value of DescribeProject 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:DescribeProject', describeProject_projectName - The name of the project to describe.

Request Lenses

describeProject_projectName :: Lens' DescribeProject Text Source #

The name of the project to describe.

Destructuring the Response

data DescribeProjectResponse Source #

See: newDescribeProjectResponse smart constructor.

Constructors

DescribeProjectResponse' 

Fields

Instances

Instances details
Eq DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

Read DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

Show DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

Generic DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

Associated Types

type Rep DescribeProjectResponse :: Type -> Type #

NFData DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

Methods

rnf :: DescribeProjectResponse -> () #

type Rep DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

newDescribeProjectResponse Source #

Create a value of DescribeProjectResponse 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:serviceCatalogProvisionedProductDetails:DescribeProjectResponse', describeProjectResponse_serviceCatalogProvisionedProductDetails - Information about a provisioned service catalog product.

$sel:createdBy:DescribeProjectResponse', describeProjectResponse_createdBy - Undocumented member.

$sel:projectDescription:DescribeProjectResponse', describeProjectResponse_projectDescription - The description of the project.

$sel:httpStatus:DescribeProjectResponse', describeProjectResponse_httpStatus - The response's http status code.

$sel:projectArn:DescribeProjectResponse', describeProjectResponse_projectArn - The Amazon Resource Name (ARN) of the project.

$sel:projectName:DescribeProject', describeProjectResponse_projectName - The name of the project.

$sel:projectId:DescribeProjectResponse', describeProjectResponse_projectId - The ID of the project.

$sel:serviceCatalogProvisioningDetails:DescribeProjectResponse', describeProjectResponse_serviceCatalogProvisioningDetails - Information used to provision a service catalog product. For information, see What is Amazon Web Services Service Catalog.

$sel:projectStatus:DescribeProjectResponse', describeProjectResponse_projectStatus - The status of the project.

$sel:creationTime:DescribeProjectResponse', describeProjectResponse_creationTime - The time when the project was created.

Response Lenses

describeProjectResponse_projectArn :: Lens' DescribeProjectResponse Text Source #

The Amazon Resource Name (ARN) of the project.