Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Creates a machine learning (ML) project that can contain one or more templates that set up an ML pipeline from training to deploying an approved model.
Synopsis
- data CreateProject = CreateProject' {}
- newCreateProject :: Text -> ServiceCatalogProvisioningDetails -> CreateProject
- createProject_projectDescription :: Lens' CreateProject (Maybe Text)
- createProject_tags :: Lens' CreateProject (Maybe [Tag])
- createProject_projectName :: Lens' CreateProject Text
- createProject_serviceCatalogProvisioningDetails :: Lens' CreateProject ServiceCatalogProvisioningDetails
- data CreateProjectResponse = CreateProjectResponse' {
- httpStatus :: Int
- projectArn :: Text
- projectId :: Text
- newCreateProjectResponse :: Int -> Text -> Text -> CreateProjectResponse
- createProjectResponse_httpStatus :: Lens' CreateProjectResponse Int
- createProjectResponse_projectArn :: Lens' CreateProjectResponse Text
- createProjectResponse_projectId :: Lens' CreateProjectResponse Text
Creating a Request
data CreateProject Source #
See: newCreateProject
smart constructor.
CreateProject' | |
|
Instances
Create a value of CreateProject
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:projectDescription:CreateProject'
, createProject_projectDescription
- A description for the project.
$sel:tags:CreateProject'
, createProject_tags
- An array of key-value pairs that you want to use to organize and track
your Amazon Web Services resource costs. For more information, see
Tagging Amazon Web Services resources
in the Amazon Web Services General Reference Guide.
$sel:projectName:CreateProject'
, createProject_projectName
- The name of the project.
$sel:serviceCatalogProvisioningDetails:CreateProject'
, createProject_serviceCatalogProvisioningDetails
- The product ID and provisioning artifact ID to provision a service
catalog. The provisioning artifact ID will default to the latest
provisioning artifact ID of the product, if you don't provide the
provisioning artifact ID. For more information, see
What is Amazon Web Services Service Catalog.
Request Lenses
createProject_projectDescription :: Lens' CreateProject (Maybe Text) Source #
A description for the project.
createProject_tags :: Lens' CreateProject (Maybe [Tag]) Source #
An array of key-value pairs that you want to use to organize and track your Amazon Web Services resource costs. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.
createProject_projectName :: Lens' CreateProject Text Source #
The name of the project.
createProject_serviceCatalogProvisioningDetails :: Lens' CreateProject ServiceCatalogProvisioningDetails Source #
The product ID and provisioning artifact ID to provision a service catalog. The provisioning artifact ID will default to the latest provisioning artifact ID of the product, if you don't provide the provisioning artifact ID. For more information, see What is Amazon Web Services Service Catalog.
Destructuring the Response
data CreateProjectResponse Source #
See: newCreateProjectResponse
smart constructor.
CreateProjectResponse' | |
|
Instances
newCreateProjectResponse Source #
:: Int | |
-> Text | |
-> Text | |
-> CreateProjectResponse |
Create a value of CreateProjectResponse
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:httpStatus:CreateProjectResponse'
, createProjectResponse_httpStatus
- The response's http status code.
$sel:projectArn:CreateProjectResponse'
, createProjectResponse_projectArn
- The Amazon Resource Name (ARN) of the project.
$sel:projectId:CreateProjectResponse'
, createProjectResponse_projectId
- The ID of the new project.
Response Lenses
createProjectResponse_httpStatus :: Lens' CreateProjectResponse Int Source #
The response's http status code.
createProjectResponse_projectArn :: Lens' CreateProjectResponse Text Source #
The Amazon Resource Name (ARN) of the project.
createProjectResponse_projectId :: Lens' CreateProjectResponse Text Source #
The ID of the new project.