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_time ⇒ Time

The time that the project was created.

Returns:

  • (Time)


48134
48135
48136
48137
48138
48139
48140
48141
48142
48143
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 48134

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

#project_arn ⇒ String

The Amazon Resource Name (ARN) of the project.

Returns:

  • (String)


48134
48135
48136
48137
48138
48139
48140
48141
48142
48143
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 48134

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

#project_description ⇒ String

The description of the project.

Returns:

  • (String)


48134
48135
48136
48137
48138
48139
48140
48141
48142
48143
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 48134

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

#project_id ⇒ String

The ID of the project.

Returns:

  • (String)


48134
48135
48136
48137
48138
48139
48140
48141
48142
48143
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 48134

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

#project_name ⇒ String

The name of the project.

Returns:

  • (String)


48134
48135
48136
48137
48138
48139
48140
48141
48142
48143
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 48134

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

#project_status ⇒ String

The status of the project.

Returns:

  • (String)


48134
48135
48136
48137
48138
48139
48140
48141
48142
48143
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 48134

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