Class: Aws::SageMaker::Types::CreateProjectInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateProjectInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project_description ⇒ String
A description for the project.
-
#project_name ⇒ String
The name of the project.
-
#service_catalog_provisioning_details ⇒ Types::ServiceCatalogProvisioningDetails
The product ID and provisioning artifact ID to provision a service catalog.
-
#tags ⇒ Array<Types::Tag>
An array of key-value pairs that you want to use to organize and track your Amazon Web Services resource costs.
Instance Attribute Details
#project_description ⇒ String
A description for the project.
9410 9411 9412 9413 9414 9415 9416 9417 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 9410 class CreateProjectInput < Struct.new( :project_name, :project_description, :service_catalog_provisioning_details, :tags) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The name of the project.
9410 9411 9412 9413 9414 9415 9416 9417 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 9410 class CreateProjectInput < Struct.new( :project_name, :project_description, :service_catalog_provisioning_details, :tags) SENSITIVE = [] include Aws::Structure end |
#service_catalog_provisioning_details ⇒ Types::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].
[1]: docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html
9410 9411 9412 9413 9414 9415 9416 9417 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 9410 class CreateProjectInput < Struct.new( :project_name, :project_description, :service_catalog_provisioning_details, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
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*.
9410 9411 9412 9413 9414 9415 9416 9417 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 9410 class CreateProjectInput < Struct.new( :project_name, :project_description, :service_catalog_provisioning_details, :tags) SENSITIVE = [] include Aws::Structure end |