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)


8726
8727
8728
8729
8730
8731
8732
8733
8734
8735
8736
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 8726

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.



8726
8727
8728
8729
8730
8731
8732
8733
8734
8735
8736
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 8726

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)


8726
8727
8728
8729
8730
8731
8732
8733
8734
8735
8736
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 8726

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)


8726
8727
8728
8729
8730
8731
8732
8733
8734
8735
8736
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 8726

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.



8726
8727
8728
8729
8730
8731
8732
8733
8734
8735
8736
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 8726

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.



8726
8727
8728
8729
8730
8731
8732
8733
8734
8735
8736
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 8726

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:



8726
8727
8728
8729
8730
8731
8732
8733
8734
8735
8736
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 8726

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