Class: Aws::SageMaker::Types::SpaceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::SpaceDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The space’s details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The creation time.
-
#domain_id ⇒ String
The ID of the associated domain.
-
#last_modified_time ⇒ Time
The last modified time.
-
#ownership_settings_summary ⇒ Types::OwnershipSettingsSummary
Specifies summary information about the ownership settings.
-
#space_display_name ⇒ String
The name of the space that appears in the Studio UI.
-
#space_name ⇒ String
The name of the space.
-
#space_settings_summary ⇒ Types::SpaceSettingsSummary
Specifies summary information about the space settings.
-
#space_sharing_settings_summary ⇒ Types::SpaceSharingSettingsSummary
Specifies summary information about the space sharing settings.
-
#status ⇒ String
The status.
Instance Attribute Details
#creation_time ⇒ Time
The creation time.
41244 41245 41246 41247 41248 41249 41250 41251 41252 41253 41254 41255 41256 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41244 class SpaceDetails < Struct.new( :domain_id, :space_name, :status, :creation_time, :last_modified_time, :space_settings_summary, :space_sharing_settings_summary, :ownership_settings_summary, :space_display_name) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The ID of the associated domain.
41244 41245 41246 41247 41248 41249 41250 41251 41252 41253 41254 41255 41256 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41244 class SpaceDetails < Struct.new( :domain_id, :space_name, :status, :creation_time, :last_modified_time, :space_settings_summary, :space_sharing_settings_summary, :ownership_settings_summary, :space_display_name) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The last modified time.
41244 41245 41246 41247 41248 41249 41250 41251 41252 41253 41254 41255 41256 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41244 class SpaceDetails < Struct.new( :domain_id, :space_name, :status, :creation_time, :last_modified_time, :space_settings_summary, :space_sharing_settings_summary, :ownership_settings_summary, :space_display_name) SENSITIVE = [] include Aws::Structure end |
#ownership_settings_summary ⇒ Types::OwnershipSettingsSummary
Specifies summary information about the ownership settings.
41244 41245 41246 41247 41248 41249 41250 41251 41252 41253 41254 41255 41256 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41244 class SpaceDetails < Struct.new( :domain_id, :space_name, :status, :creation_time, :last_modified_time, :space_settings_summary, :space_sharing_settings_summary, :ownership_settings_summary, :space_display_name) SENSITIVE = [] include Aws::Structure end |
#space_display_name ⇒ String
The name of the space that appears in the Studio UI.
41244 41245 41246 41247 41248 41249 41250 41251 41252 41253 41254 41255 41256 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41244 class SpaceDetails < Struct.new( :domain_id, :space_name, :status, :creation_time, :last_modified_time, :space_settings_summary, :space_sharing_settings_summary, :ownership_settings_summary, :space_display_name) SENSITIVE = [] include Aws::Structure end |
#space_name ⇒ String
The name of the space.
41244 41245 41246 41247 41248 41249 41250 41251 41252 41253 41254 41255 41256 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41244 class SpaceDetails < Struct.new( :domain_id, :space_name, :status, :creation_time, :last_modified_time, :space_settings_summary, :space_sharing_settings_summary, :ownership_settings_summary, :space_display_name) SENSITIVE = [] include Aws::Structure end |
#space_settings_summary ⇒ Types::SpaceSettingsSummary
Specifies summary information about the space settings.
41244 41245 41246 41247 41248 41249 41250 41251 41252 41253 41254 41255 41256 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41244 class SpaceDetails < Struct.new( :domain_id, :space_name, :status, :creation_time, :last_modified_time, :space_settings_summary, :space_sharing_settings_summary, :ownership_settings_summary, :space_display_name) SENSITIVE = [] include Aws::Structure end |
#space_sharing_settings_summary ⇒ Types::SpaceSharingSettingsSummary
Specifies summary information about the space sharing settings.
41244 41245 41246 41247 41248 41249 41250 41251 41252 41253 41254 41255 41256 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41244 class SpaceDetails < Struct.new( :domain_id, :space_name, :status, :creation_time, :last_modified_time, :space_settings_summary, :space_sharing_settings_summary, :ownership_settings_summary, :space_display_name) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status.
41244 41245 41246 41247 41248 41249 41250 41251 41252 41253 41254 41255 41256 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41244 class SpaceDetails < Struct.new( :domain_id, :space_name, :status, :creation_time, :last_modified_time, :space_settings_summary, :space_sharing_settings_summary, :ownership_settings_summary, :space_display_name) SENSITIVE = [] include Aws::Structure end |