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.Types.Project

Description

 
Synopsis

Documentation

data Project Source #

The properties of a project as returned by the Search API.

See: newProject smart constructor.

Constructors

Project' 

Fields

Instances

Instances details
Eq Project Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Project

Methods

(==) :: Project -> Project -> Bool #

(/=) :: Project -> Project -> Bool #

Read Project Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Project

Show Project Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Project

Generic Project Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Project

Associated Types

type Rep Project :: Type -> Type #

Methods

from :: Project -> Rep Project x #

to :: Rep Project x -> Project #

NFData Project Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Project

Methods

rnf :: Project -> () #

Hashable Project Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Project

Methods

hashWithSalt :: Int -> Project -> Int #

hash :: Project -> Int #

FromJSON Project Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Project

type Rep Project Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Project

newProject :: Project Source #

Create a value of Project 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:creationTime:Project', project_creationTime - A timestamp specifying when the project was created.

$sel:serviceCatalogProvisionedProductDetails:Project', project_serviceCatalogProvisionedProductDetails - Undocumented member.

$sel:createdBy:Project', project_createdBy - Who created the project.

$sel:projectStatus:Project', project_projectStatus - The status of the project.

$sel:projectName:Project', project_projectName - The name of the project.

$sel:serviceCatalogProvisioningDetails:Project', project_serviceCatalogProvisioningDetails - Undocumented member.

$sel:projectId:Project', project_projectId - The ID of the project.

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

$sel:projectDescription:Project', project_projectDescription - The description of the project.

$sel:tags:Project', project_tags - An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

project_creationTime :: Lens' Project (Maybe UTCTime) Source #

A timestamp specifying when the project was created.

project_createdBy :: Lens' Project (Maybe UserContext) Source #

Who created the project.

project_projectName :: Lens' Project (Maybe Text) Source #

The name of the project.

project_projectId :: Lens' Project (Maybe Text) Source #

The ID of the project.

project_projectArn :: Lens' Project (Maybe Text) Source #

The Amazon Resource Name (ARN) of the project.

project_projectDescription :: Lens' Project (Maybe Text) Source #

The description of the project.

project_tags :: Lens' Project (Maybe [Tag]) Source #

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.