Class: Aws::Rekognition::Types::ProjectDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::ProjectDescription
- Defined in:
- gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb
Overview
A description of an Amazon Rekognition Custom Labels project. For more information, see DescribeProjects.
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>
Information about the training and test datasets in the project.
-
#project_arn ⇒ String
The Amazon Resource Name (ARN) of the project.
-
#status ⇒ String
The current status of the project.
Instance Attribute Details
#creation_timestamp ⇒ Time
The Unix timestamp for the date and time that the project was created.
4488 4489 4490 4491 4492 4493 4494 4495 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4488 class ProjectDescription < Struct.new( :project_arn, :creation_timestamp, :status, :datasets) SENSITIVE = [] include Aws::Structure end |
#datasets ⇒ Array<Types::DatasetMetadata>
Information about the training and test datasets in the project.
4488 4489 4490 4491 4492 4493 4494 4495 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4488 class ProjectDescription < Struct.new( :project_arn, :creation_timestamp, :status, :datasets) SENSITIVE = [] include Aws::Structure end |
#project_arn ⇒ String
The Amazon Resource Name (ARN) of the project.
4488 4489 4490 4491 4492 4493 4494 4495 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4488 class ProjectDescription < Struct.new( :project_arn, :creation_timestamp, :status, :datasets) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the project.
4488 4489 4490 4491 4492 4493 4494 4495 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4488 class ProjectDescription < Struct.new( :project_arn, :creation_timestamp, :status, :datasets) SENSITIVE = [] include Aws::Structure end |