Class: Aws::SageMaker::Types::SpaceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::SpaceDetails
- Defined in:
- gems/aws-sdk-sagemaker/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.
41346 41347 41348 41349 41350 41351 41352 41353 41354 41355 41356 41357 41358 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 41346 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.
41346 41347 41348 41349 41350 41351 41352 41353 41354 41355 41356 41357 41358 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 41346 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.
41346 41347 41348 41349 41350 41351 41352 41353 41354 41355 41356 41357 41358 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 41346 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.
41346 41347 41348 41349 41350 41351 41352 41353 41354 41355 41356 41357 41358 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 41346 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.
41346 41347 41348 41349 41350 41351 41352 41353 41354 41355 41356 41357 41358 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 41346 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.
41346 41347 41348 41349 41350 41351 41352 41353 41354 41355 41356 41357 41358 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 41346 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.
41346 41347 41348 41349 41350 41351 41352 41353 41354 41355 41356 41357 41358 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 41346 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.
41346 41347 41348 41349 41350 41351 41352 41353 41354 41355 41356 41357 41358 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 41346 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.
41346 41347 41348 41349 41350 41351 41352 41353 41354 41355 41356 41357 41358 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 41346 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 |