Class: Aws::SageMaker::Types::CreateSpaceRequest

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

#domain_idString

The ID of the associated Domain.

Returns:

  • (String)


7952
7953
7954
7955
7956
7957
7958
7959
# File 'lib/aws-sdk-sagemaker/types.rb', line 7952

class CreateSpaceRequest < Struct.new(
  :domain_id,
  :space_name,
  :tags,
  :space_settings)
  SENSITIVE = []
  include Aws::Structure
end

#space_nameString

The name of the space.

Returns:

  • (String)


7952
7953
7954
7955
7956
7957
7958
7959
# File 'lib/aws-sdk-sagemaker/types.rb', line 7952

class CreateSpaceRequest < Struct.new(
  :domain_id,
  :space_name,
  :tags,
  :space_settings)
  SENSITIVE = []
  include Aws::Structure
end

#space_settingsTypes::SpaceSettings

A collection of space settings.



7952
7953
7954
7955
7956
7957
7958
7959
# File 'lib/aws-sdk-sagemaker/types.rb', line 7952

class CreateSpaceRequest < Struct.new(
  :domain_id,
  :space_name,
  :tags,
  :space_settings)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Tags to associated with the space. Each tag consists of a key and an optional value. Tag keys must be unique for each resource. Tags are searchable using the ‘Search` API.

Returns:



7952
7953
7954
7955
7956
7957
7958
7959
# File 'lib/aws-sdk-sagemaker/types.rb', line 7952

class CreateSpaceRequest < Struct.new(
  :domain_id,
  :space_name,
  :tags,
  :space_settings)
  SENSITIVE = []
  include Aws::Structure
end