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

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)


9399
9400
9401
9402
9403
9404
9405
9406
9407
9408
9409
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9399

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

#ownership_settingsTypes::OwnershipSettings

A collection of ownership settings.



9399
9400
9401
9402
9403
9404
9405
9406
9407
9408
9409
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9399

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

#space_display_nameString

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

Returns:

  • (String)


9399
9400
9401
9402
9403
9404
9405
9406
9407
9408
9409
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9399

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

#space_nameString

The name of the space.

Returns:

  • (String)


9399
9400
9401
9402
9403
9404
9405
9406
9407
9408
9409
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9399

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

#space_settingsTypes::SpaceSettings

A collection of space settings.



9399
9400
9401
9402
9403
9404
9405
9406
9407
9408
9409
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9399

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

#space_sharing_settingsTypes::SpaceSharingSettings

A collection of space sharing settings.



9399
9400
9401
9402
9403
9404
9405
9406
9407
9408
9409
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9399

class CreateSpaceRequest < Struct.new(
  :domain_id,
  :space_name,
  :tags,
  :space_settings,
  :ownership_settings,
  :space_sharing_settings,
  :space_display_name)
  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:



9399
9400
9401
9402
9403
9404
9405
9406
9407
9408
9409
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9399

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