Class: Aws::SageMaker::Types::SpaceSettingsSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::SpaceSettingsSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Specifies summary information about the space settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_type ⇒ String
The type of app created within the space.
-
#remote_access ⇒ String
A setting that enables or disables remote access for a SageMaker space.
-
#space_storage_settings ⇒ Types::SpaceStorageSettings
The storage settings for a space.
Instance Attribute Details
#app_type ⇒ String
The type of app created within the space.
48067 48068 48069 48070 48071 48072 48073 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 48067 class SpaceSettingsSummary < Struct.new( :app_type, :remote_access, :space_storage_settings) SENSITIVE = [] include Aws::Structure end |
#remote_access ⇒ String
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.
48067 48068 48069 48070 48071 48072 48073 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 48067 class SpaceSettingsSummary < Struct.new( :app_type, :remote_access, :space_storage_settings) SENSITIVE = [] include Aws::Structure end |
#space_storage_settings ⇒ Types::SpaceStorageSettings
The storage settings for a space.
48067 48068 48069 48070 48071 48072 48073 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 48067 class SpaceSettingsSummary < Struct.new( :app_type, :remote_access, :space_storage_settings) SENSITIVE = [] include Aws::Structure end |