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.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
ToJSON DescribeProject Source # 
Instance details

Defined in Amazonka.SageMaker.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

AWSRequest DescribeProject Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

Associated Types

type AWSResponse DescribeProject #

Generic DescribeProject Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

Associated Types

type Rep DescribeProject :: Type -> Type #

Read DescribeProject Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

Show DescribeProject Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

NFData DescribeProject Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

Methods

rnf :: DescribeProject -> () #

Eq DescribeProject Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

Hashable DescribeProject Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

type AWSResponse 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" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "DescribeProject'" 'PrefixI 'True) (S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

Associated Types

type Rep DescribeProjectResponse :: Type -> Type #

Read DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

Show DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

NFData DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

Methods

rnf :: DescribeProjectResponse -> () #

Eq DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

type Rep DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

type Rep DescribeProjectResponse = D1 ('MetaData "DescribeProjectResponse" "Amazonka.SageMaker.DescribeProject" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "DescribeProjectResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: (S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "projectDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "serviceCatalogProvisionedProductDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceCatalogProvisionedProductDetails)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))) :*: ((S1 ('MetaSel ('Just "projectArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "projectId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "serviceCatalogProvisioningDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ServiceCatalogProvisioningDetails) :*: (S1 ('MetaSel ('Just "projectStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ProjectStatus) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))))

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:

DescribeProjectResponse, describeProjectResponse_createdBy - Undocumented member.

DescribeProjectResponse, describeProjectResponse_lastModifiedBy - Undocumented member.

DescribeProjectResponse, describeProjectResponse_lastModifiedTime - The timestamp when project was last modified.

DescribeProjectResponse, describeProjectResponse_projectDescription - The description of the project.

DescribeProjectResponse, describeProjectResponse_serviceCatalogProvisionedProductDetails - Information about a provisioned service catalog product.

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

DescribeProjectResponse, describeProjectResponse_projectArn - The Amazon Resource Name (ARN) of the project.

DescribeProject, describeProjectResponse_projectName - The name of the project.

DescribeProjectResponse, describeProjectResponse_projectId - The ID of the project.

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

DescribeProjectResponse, describeProjectResponse_projectStatus - The status of the project.

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.