Class: Aws::SageMaker::Types::UpdateSpaceRequest

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

#domain_idString

The ID of the associated domain.

Returns:

  • (String)


44319
44320
44321
44322
44323
44324
44325
44326
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44319

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

#space_display_nameString

The name of the space that appears in the Amazon SageMaker Studio UI.

Returns:

  • (String)


44319
44320
44321
44322
44323
44324
44325
44326
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44319

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

#space_nameString

The name of the space.

Returns:

  • (String)


44319
44320
44321
44322
44323
44324
44325
44326
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44319

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

#space_settingsTypes::SpaceSettings

A collection of space settings.



44319
44320
44321
44322
44323
44324
44325
44326
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44319

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