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)


8687
8688
8689
8690
8691
8692
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 8687

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

#project_idString

The ID of the new project.

Returns:

  • (String)


8687
8688
8689
8690
8691
8692
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 8687

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