Class: Aws::SageMaker::Types::Project
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::Project
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The properties of a project as returned by the Search API.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_by ⇒ Types::UserContext
Who created the project.
-
#creation_time ⇒ Time
A timestamp specifying when the project was created.
-
#last_modified_by ⇒ Types::UserContext
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
-
#last_modified_time ⇒ Time
A timestamp container for when the project was last modified.
-
#project_arn ⇒ String
The Amazon Resource Name (ARN) of the project.
-
#project_description ⇒ String
The description of the project.
-
#project_id ⇒ String
The ID of the project.
-
#project_name ⇒ String
The name of the project.
-
#project_status ⇒ String
The status of the project.
-
#service_catalog_provisioned_product_details ⇒ Types::ServiceCatalogProvisionedProductDetails
Details of a provisioned service catalog product.
-
#service_catalog_provisioning_details ⇒ Types::ServiceCatalogProvisioningDetails
Details that you specify to provision a service catalog product.
-
#tags ⇒ Array<Types::Tag>
An array of key-value pairs.
Instance Attribute Details
#created_by ⇒ Types::UserContext
Who created the project.
39554 39555 39556 39557 39558 39559 39560 39561 39562 39563 39564 39565 39566 39567 39568 39569 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 39554 class Project < Struct.new( :project_arn, :project_name, :project_id, :project_description, :service_catalog_provisioning_details, :service_catalog_provisioned_product_details, :project_status, :created_by, :creation_time, :tags, :last_modified_time, :last_modified_by) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
A timestamp specifying when the project was created.
39554 39555 39556 39557 39558 39559 39560 39561 39562 39563 39564 39565 39566 39567 39568 39569 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 39554 class Project < Struct.new( :project_arn, :project_name, :project_id, :project_description, :service_catalog_provisioning_details, :service_catalog_provisioned_product_details, :project_status, :created_by, :creation_time, :tags, :last_modified_time, :last_modified_by) SENSITIVE = [] include Aws::Structure end |
#last_modified_by ⇒ Types::UserContext
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
39554 39555 39556 39557 39558 39559 39560 39561 39562 39563 39564 39565 39566 39567 39568 39569 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 39554 class Project < Struct.new( :project_arn, :project_name, :project_id, :project_description, :service_catalog_provisioning_details, :service_catalog_provisioned_product_details, :project_status, :created_by, :creation_time, :tags, :last_modified_time, :last_modified_by) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
A timestamp container for when the project was last modified.
39554 39555 39556 39557 39558 39559 39560 39561 39562 39563 39564 39565 39566 39567 39568 39569 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 39554 class Project < Struct.new( :project_arn, :project_name, :project_id, :project_description, :service_catalog_provisioning_details, :service_catalog_provisioned_product_details, :project_status, :created_by, :creation_time, :tags, :last_modified_time, :last_modified_by) SENSITIVE = [] include Aws::Structure end |
#project_arn ⇒ String
The Amazon Resource Name (ARN) of the project.
39554 39555 39556 39557 39558 39559 39560 39561 39562 39563 39564 39565 39566 39567 39568 39569 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 39554 class Project < Struct.new( :project_arn, :project_name, :project_id, :project_description, :service_catalog_provisioning_details, :service_catalog_provisioned_product_details, :project_status, :created_by, :creation_time, :tags, :last_modified_time, :last_modified_by) SENSITIVE = [] include Aws::Structure end |
#project_description ⇒ String
The description of the project.
39554 39555 39556 39557 39558 39559 39560 39561 39562 39563 39564 39565 39566 39567 39568 39569 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 39554 class Project < Struct.new( :project_arn, :project_name, :project_id, :project_description, :service_catalog_provisioning_details, :service_catalog_provisioned_product_details, :project_status, :created_by, :creation_time, :tags, :last_modified_time, :last_modified_by) SENSITIVE = [] include Aws::Structure end |
#project_id ⇒ String
The ID of the project.
39554 39555 39556 39557 39558 39559 39560 39561 39562 39563 39564 39565 39566 39567 39568 39569 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 39554 class Project < Struct.new( :project_arn, :project_name, :project_id, :project_description, :service_catalog_provisioning_details, :service_catalog_provisioned_product_details, :project_status, :created_by, :creation_time, :tags, :last_modified_time, :last_modified_by) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The name of the project.
39554 39555 39556 39557 39558 39559 39560 39561 39562 39563 39564 39565 39566 39567 39568 39569 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 39554 class Project < Struct.new( :project_arn, :project_name, :project_id, :project_description, :service_catalog_provisioning_details, :service_catalog_provisioned_product_details, :project_status, :created_by, :creation_time, :tags, :last_modified_time, :last_modified_by) SENSITIVE = [] include Aws::Structure end |
#project_status ⇒ String
The status of the project.
39554 39555 39556 39557 39558 39559 39560 39561 39562 39563 39564 39565 39566 39567 39568 39569 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 39554 class Project < Struct.new( :project_arn, :project_name, :project_id, :project_description, :service_catalog_provisioning_details, :service_catalog_provisioned_product_details, :project_status, :created_by, :creation_time, :tags, :last_modified_time, :last_modified_by) SENSITIVE = [] include Aws::Structure end |
#service_catalog_provisioned_product_details ⇒ Types::ServiceCatalogProvisionedProductDetails
Details of a provisioned service catalog product. For information about service catalog, see [What is Amazon Web Services Service Catalog].
[1]: docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html
39554 39555 39556 39557 39558 39559 39560 39561 39562 39563 39564 39565 39566 39567 39568 39569 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 39554 class Project < Struct.new( :project_arn, :project_name, :project_id, :project_description, :service_catalog_provisioning_details, :service_catalog_provisioned_product_details, :project_status, :created_by, :creation_time, :tags, :last_modified_time, :last_modified_by) SENSITIVE = [] include Aws::Structure end |
#service_catalog_provisioning_details ⇒ Types::ServiceCatalogProvisioningDetails
Details that you specify to provision a service catalog product. For information about service catalog, see [What is Amazon Web Services Service Catalog].
[1]: docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html
39554 39555 39556 39557 39558 39559 39560 39561 39562 39563 39564 39565 39566 39567 39568 39569 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 39554 class Project < Struct.new( :project_arn, :project_name, :project_id, :project_description, :service_catalog_provisioning_details, :service_catalog_provisioned_product_details, :project_status, :created_by, :creation_time, :tags, :last_modified_time, :last_modified_by) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
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].
39554 39555 39556 39557 39558 39559 39560 39561 39562 39563 39564 39565 39566 39567 39568 39569 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 39554 class Project < Struct.new( :project_arn, :project_name, :project_id, :project_description, :service_catalog_provisioning_details, :service_catalog_provisioned_product_details, :project_status, :created_by, :creation_time, :tags, :last_modified_time, :last_modified_by) SENSITIVE = [] include Aws::Structure end |