Class: Aws::Rekognition::Types::ProjectDescription

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#auto_updateString

Indicates whether automatic retraining will be attempted for the versions of the project. Applies only to adapters.

Returns:

  • (String)


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_timestampTime

The Unix timestamp for the date and time that the project was created.

Returns:

  • (Time)


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

#datasetsArray<Types::DatasetMetadata>

Information about the training and test datasets in the project.

Returns:



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

#featureString

Specifies the project that is being customized.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the project.

Returns:

  • (String)


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

#statusString

The current status of the project.

Returns:

  • (String)


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