Class: Aws::Rekognition::Types::ProjectDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::ProjectDescription
- Includes:
- Structure
- Defined in:
- 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
-
#auto_update ⇒ String
Indicates whether automatic retraining will be attempted for the versions of the project.
-
#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.
-
#feature ⇒ String
Specifies the project that is being customized.
-
#project_arn ⇒ String
The Amazon Resource Name (ARN) of the project.
-
#status ⇒ String
The current status of the project.
Instance Attribute Details
#auto_update ⇒ String
Indicates whether automatic retraining will be attempted for the versions of the project. Applies only to adapters.
5802 5803 5804 5805 5806 5807 5808 5809 5810 5811 |
# File 'lib/aws-sdk-rekognition/types.rb', line 5802 class ProjectDescription < Struct.new( :project_arn, :creation_timestamp, :status, :datasets, :feature, :auto_update) SENSITIVE = [] include Aws::Structure end |
#creation_timestamp ⇒ Time
The Unix timestamp for the date and time that the project was created.
5802 5803 5804 5805 5806 5807 5808 5809 5810 5811 |
# File 'lib/aws-sdk-rekognition/types.rb', line 5802 class ProjectDescription < Struct.new( :project_arn, :creation_timestamp, :status, :datasets, :feature, :auto_update) SENSITIVE = [] include Aws::Structure end |
#datasets ⇒ Array<Types::DatasetMetadata>
Information about the training and test datasets in the project.
5802 5803 5804 5805 5806 5807 5808 5809 5810 5811 |
# File 'lib/aws-sdk-rekognition/types.rb', line 5802 class ProjectDescription < Struct.new( :project_arn, :creation_timestamp, :status, :datasets, :feature, :auto_update) SENSITIVE = [] include Aws::Structure end |
#feature ⇒ String
Specifies the project that is being customized.
5802 5803 5804 5805 5806 5807 5808 5809 5810 5811 |
# File 'lib/aws-sdk-rekognition/types.rb', line 5802 class ProjectDescription < Struct.new( :project_arn, :creation_timestamp, :status, :datasets, :feature, :auto_update) SENSITIVE = [] include Aws::Structure end |
#project_arn ⇒ String
The Amazon Resource Name (ARN) of the project.
5802 5803 5804 5805 5806 5807 5808 5809 5810 5811 |
# File 'lib/aws-sdk-rekognition/types.rb', line 5802 class ProjectDescription < Struct.new( :project_arn, :creation_timestamp, :status, :datasets, :feature, :auto_update) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the project.
5802 5803 5804 5805 5806 5807 5808 5809 5810 5811 |
# File 'lib/aws-sdk-rekognition/types.rb', line 5802 class ProjectDescription < Struct.new( :project_arn, :creation_timestamp, :status, :datasets, :feature, :auto_update) SENSITIVE = [] include Aws::Structure end |