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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


8086
8087
8088
8089
8090
8091
# File 'lib/aws-sdk-sagemaker/types.rb', line 8086

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

#project_idString

The ID of the new project.

Returns:

  • (String)


8086
8087
8088
8089
8090
8091
# File 'lib/aws-sdk-sagemaker/types.rb', line 8086

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