Class: Aws::SageMaker::Types::SpaceSettingsSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Specifies summary information about the space settings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_typeString

The type of app created within the space.

Returns:

  • (String)


44285
44286
44287
44288
44289
44290
44291
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44285

class SpaceSettingsSummary < Struct.new(
  :app_type,
  :remote_access,
  :space_storage_settings)
  SENSITIVE = []
  include Aws::Structure
end

#remote_accessString

A setting that enables or disables remote access for a SageMaker space. When enabled, this allows you to connect to the remote space from your local IDE.

Returns:

  • (String)


44285
44286
44287
44288
44289
44290
44291
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44285

class SpaceSettingsSummary < Struct.new(
  :app_type,
  :remote_access,
  :space_storage_settings)
  SENSITIVE = []
  include Aws::Structure
end

#space_storage_settingsTypes::SpaceStorageSettings

The storage settings for a space.



44285
44286
44287
44288
44289
44290
44291
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44285

class SpaceSettingsSummary < Struct.new(
  :app_type,
  :remote_access,
  :space_storage_settings)
  SENSITIVE = []
  include Aws::Structure
end