Class: Aws::SageMaker::Types::SpaceDetails

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

Overview

The space's details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The creation time.



52051
52052
52053
52054
52055
52056
52057
52058
52059
52060
52061
52062
52063
# File 'lib/aws-sdk-sagemaker/types.rb', line 52051

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_idString

The ID of the associated domain.



52051
52052
52053
52054
52055
52056
52057
52058
52059
52060
52061
52062
52063
# File 'lib/aws-sdk-sagemaker/types.rb', line 52051

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_timeTime

The last modified time.



52051
52052
52053
52054
52055
52056
52057
52058
52059
52060
52061
52062
52063
# File 'lib/aws-sdk-sagemaker/types.rb', line 52051

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_summaryTypes::OwnershipSettingsSummary

Specifies summary information about the ownership settings.



52051
52052
52053
52054
52055
52056
52057
52058
52059
52060
52061
52062
52063
# File 'lib/aws-sdk-sagemaker/types.rb', line 52051

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_nameString

The name of the space that appears in the Studio UI.



52051
52052
52053
52054
52055
52056
52057
52058
52059
52060
52061
52062
52063
# File 'lib/aws-sdk-sagemaker/types.rb', line 52051

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_nameString

The name of the space.



52051
52052
52053
52054
52055
52056
52057
52058
52059
52060
52061
52062
52063
# File 'lib/aws-sdk-sagemaker/types.rb', line 52051

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_summaryTypes::SpaceSettingsSummary

Specifies summary information about the space settings.



52051
52052
52053
52054
52055
52056
52057
52058
52059
52060
52061
52062
52063
# File 'lib/aws-sdk-sagemaker/types.rb', line 52051

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_summaryTypes::SpaceSharingSettingsSummary

Specifies summary information about the space sharing settings.



52051
52052
52053
52054
52055
52056
52057
52058
52059
52060
52061
52062
52063
# File 'lib/aws-sdk-sagemaker/types.rb', line 52051

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

#statusString

The status.



52051
52052
52053
52054
52055
52056
52057
52058
52059
52060
52061
52062
52063
# File 'lib/aws-sdk-sagemaker/types.rb', line 52051

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