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

#creation_timestampTime

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

Returns:

  • (Time)


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

#datasetsArray<Types::DatasetMetadata>

Information about the training and test datasets in the project.

Returns:



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_arnString

The Amazon Resource Name (ARN) of the project.

Returns:

  • (String)


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

#statusString

The current status of the project.

Returns:

  • (String)


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