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

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

Instance Attribute Details

#auto_updateString

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

Returns:

  • (String)


5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 5789

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)


5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 5789

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:



5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 5789

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)


5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 5789

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)


5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 5789

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)


5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 5789

class ProjectDescription < Struct.new(
  :project_arn,
  :creation_timestamp,
  :status,
  :datasets,
  :feature,
  :auto_update)
  SENSITIVE = []
  include Aws::Structure
end