Class: Aws::SageMaker::Types::ProjectSummary

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

Overview

Information about a project.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time that the project was created.

Returns:

  • (Time)


35947
35948
35949
35950
35951
35952
35953
35954
35955
35956
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35947

class ProjectSummary < Struct.new(
  :project_name,
  :project_description,
  :project_arn,
  :project_id,
  :creation_time,
  :project_status)
  SENSITIVE = []
  include Aws::Structure
end

#project_arnString

The Amazon Resource Name (ARN) of the project.

Returns:

  • (String)


35947
35948
35949
35950
35951
35952
35953
35954
35955
35956
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35947

class ProjectSummary < Struct.new(
  :project_name,
  :project_description,
  :project_arn,
  :project_id,
  :creation_time,
  :project_status)
  SENSITIVE = []
  include Aws::Structure
end

#project_descriptionString

The description of the project.

Returns:

  • (String)


35947
35948
35949
35950
35951
35952
35953
35954
35955
35956
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35947

class ProjectSummary < Struct.new(
  :project_name,
  :project_description,
  :project_arn,
  :project_id,
  :creation_time,
  :project_status)
  SENSITIVE = []
  include Aws::Structure
end

#project_idString

The ID of the project.

Returns:

  • (String)


35947
35948
35949
35950
35951
35952
35953
35954
35955
35956
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35947

class ProjectSummary < Struct.new(
  :project_name,
  :project_description,
  :project_arn,
  :project_id,
  :creation_time,
  :project_status)
  SENSITIVE = []
  include Aws::Structure
end

#project_nameString

The name of the project.

Returns:

  • (String)


35947
35948
35949
35950
35951
35952
35953
35954
35955
35956
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35947

class ProjectSummary < Struct.new(
  :project_name,
  :project_description,
  :project_arn,
  :project_id,
  :creation_time,
  :project_status)
  SENSITIVE = []
  include Aws::Structure
end

#project_statusString

The status of the project.

Returns:

  • (String)


35947
35948
35949
35950
35951
35952
35953
35954
35955
35956
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35947

class ProjectSummary < Struct.new(
  :project_name,
  :project_description,
  :project_arn,
  :project_id,
  :creation_time,
  :project_status)
  SENSITIVE = []
  include Aws::Structure
end