Class: Aws::LookoutforVision::Types::ProjectDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::ProjectDescription
- Defined in:
- gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb
Overview
Describe an Amazon Lookout for Vision project. For more information, see DescribeProject.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_timestamp ⇒ Time
The unix timestamp for the date and time that the project was created.
-
#datasets ⇒ Array<Types::DatasetMetadata>
A list of datasets in the project.
-
#project_arn ⇒ String
The Amazon Resource Name (ARN) of the project.
-
#project_name ⇒ String
The name of the project.
Instance Attribute Details
#creation_timestamp ⇒ Time
The unix timestamp for the date and time that the project was created.
1559 1560 1561 1562 1563 1564 1565 1566 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 1559 class ProjectDescription < Struct.new( :project_arn, :project_name, :creation_timestamp, :datasets) SENSITIVE = [] include Aws::Structure end |
#datasets ⇒ Array<Types::DatasetMetadata>
A list of datasets in the project.
1559 1560 1561 1562 1563 1564 1565 1566 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 1559 class ProjectDescription < Struct.new( :project_arn, :project_name, :creation_timestamp, :datasets) SENSITIVE = [] include Aws::Structure end |
#project_arn ⇒ String
The Amazon Resource Name (ARN) of the project.
1559 1560 1561 1562 1563 1564 1565 1566 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 1559 class ProjectDescription < Struct.new( :project_arn, :project_name, :creation_timestamp, :datasets) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The name of the project.
1559 1560 1561 1562 1563 1564 1565 1566 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 1559 class ProjectDescription < Struct.new( :project_arn, :project_name, :creation_timestamp, :datasets) SENSITIVE = [] include Aws::Structure end |