Class: Aws::LookoutforVision::Types::ProjectDescription

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb

Overview

Describe an Amazon Lookout for Vision project. For more information, see DescribeProject.

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)


1559
1560
1561
1562
1563
1564
1565
1566
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 1559

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

#datasetsArray<Types::DatasetMetadata>

A list of datasets in the project.

Returns:



1559
1560
1561
1562
1563
1564
1565
1566
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 1559

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

#project_arnString

The Amazon Resource Name (ARN) of the project.

Returns:

  • (String)


1559
1560
1561
1562
1563
1564
1565
1566
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 1559

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

#project_nameString

The name of the project.

Returns:

  • (String)


1559
1560
1561
1562
1563
1564
1565
1566
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 1559

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