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)


8018
8019
8020
8021
8022
8023
8024
8025
# File 'lib/aws-sdk-sagemaker/types.rb', line 8018

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)


8018
8019
8020
8021
8022
8023
8024
8025
# File 'lib/aws-sdk-sagemaker/types.rb', line 8018

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

#space_settingsTypes::SpaceSettings

A collection of space settings.



8018
8019
8020
8021
8022
8023
8024
8025
# File 'lib/aws-sdk-sagemaker/types.rb', line 8018

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:



8018
8019
8020
8021
8022
8023
8024
8025
# File 'lib/aws-sdk-sagemaker/types.rb', line 8018

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