Class: Aws::SageMaker::Types::CreateProjectOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#project_arnString

The Amazon Resource Name (ARN) of the project.

Returns:

  • (String)


9037
9038
9039
9040
9041
9042
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9037

class CreateProjectOutput < Struct.new(
  :project_arn,
  :project_id)
  SENSITIVE = []
  include Aws::Structure
end

#project_idString

The ID of the new project.

Returns:

  • (String)


9037
9038
9039
9040
9041
9042
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9037

class CreateProjectOutput < Struct.new(
  :project_arn,
  :project_id)
  SENSITIVE = []
  include Aws::Structure
end