You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A description of a Amazon Rekognition Custom Labels project.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timestampTime

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

Returns:

  • (Time)

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

#project_arnString

The Amazon Resource Name (ARN) of the project.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the project.

#statusString

The current status of the project.

Possible values:

  • CREATING
  • CREATED
  • DELETING

Returns:

  • (String)

    The current status of the project.