Class: Aws::SageMaker::Types::DescribeSpaceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The creation time.

Returns:

  • (Time)


15043
15044
15045
15046
15047
15048
15049
15050
15051
15052
15053
15054
15055
# File 'lib/aws-sdk-sagemaker/types.rb', line 15043

class DescribeSpaceResponse < Struct.new(
  :domain_id,
  :space_arn,
  :space_name,
  :home_efs_file_system_uid,
  :status,
  :last_modified_time,
  :creation_time,
  :failure_reason,
  :space_settings)
  SENSITIVE = []
  include Aws::Structure
end

#domain_idString

The ID of the associated Domain.

Returns:

  • (String)


15043
15044
15045
15046
15047
15048
15049
15050
15051
15052
15053
15054
15055
# File 'lib/aws-sdk-sagemaker/types.rb', line 15043

class DescribeSpaceResponse < Struct.new(
  :domain_id,
  :space_arn,
  :space_name,
  :home_efs_file_system_uid,
  :status,
  :last_modified_time,
  :creation_time,
  :failure_reason,
  :space_settings)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

The failure reason.

Returns:

  • (String)


15043
15044
15045
15046
15047
15048
15049
15050
15051
15052
15053
15054
15055
# File 'lib/aws-sdk-sagemaker/types.rb', line 15043

class DescribeSpaceResponse < Struct.new(
  :domain_id,
  :space_arn,
  :space_name,
  :home_efs_file_system_uid,
  :status,
  :last_modified_time,
  :creation_time,
  :failure_reason,
  :space_settings)
  SENSITIVE = []
  include Aws::Structure
end

#home_efs_file_system_uidString

The ID of the space’s profile in the Amazon Elastic File System volume.

Returns:

  • (String)


15043
15044
15045
15046
15047
15048
15049
15050
15051
15052
15053
15054
15055
# File 'lib/aws-sdk-sagemaker/types.rb', line 15043

class DescribeSpaceResponse < Struct.new(
  :domain_id,
  :space_arn,
  :space_name,
  :home_efs_file_system_uid,
  :status,
  :last_modified_time,
  :creation_time,
  :failure_reason,
  :space_settings)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The last modified time.

Returns:

  • (Time)


15043
15044
15045
15046
15047
15048
15049
15050
15051
15052
15053
15054
15055
# File 'lib/aws-sdk-sagemaker/types.rb', line 15043

class DescribeSpaceResponse < Struct.new(
  :domain_id,
  :space_arn,
  :space_name,
  :home_efs_file_system_uid,
  :status,
  :last_modified_time,
  :creation_time,
  :failure_reason,
  :space_settings)
  SENSITIVE = []
  include Aws::Structure
end

#space_arnString

The space’s Amazon Resource Name (ARN).

Returns:

  • (String)


15043
15044
15045
15046
15047
15048
15049
15050
15051
15052
15053
15054
15055
# File 'lib/aws-sdk-sagemaker/types.rb', line 15043

class DescribeSpaceResponse < Struct.new(
  :domain_id,
  :space_arn,
  :space_name,
  :home_efs_file_system_uid,
  :status,
  :last_modified_time,
  :creation_time,
  :failure_reason,
  :space_settings)
  SENSITIVE = []
  include Aws::Structure
end

#space_nameString

The name of the space.

Returns:

  • (String)


15043
15044
15045
15046
15047
15048
15049
15050
15051
15052
15053
15054
15055
# File 'lib/aws-sdk-sagemaker/types.rb', line 15043

class DescribeSpaceResponse < Struct.new(
  :domain_id,
  :space_arn,
  :space_name,
  :home_efs_file_system_uid,
  :status,
  :last_modified_time,
  :creation_time,
  :failure_reason,
  :space_settings)
  SENSITIVE = []
  include Aws::Structure
end

#space_settingsTypes::SpaceSettings

A collection of space settings.



15043
15044
15045
15046
15047
15048
15049
15050
15051
15052
15053
15054
15055
# File 'lib/aws-sdk-sagemaker/types.rb', line 15043

class DescribeSpaceResponse < Struct.new(
  :domain_id,
  :space_arn,
  :space_name,
  :home_efs_file_system_uid,
  :status,
  :last_modified_time,
  :creation_time,
  :failure_reason,
  :space_settings)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status.

Returns:

  • (String)


15043
15044
15045
15046
15047
15048
15049
15050
15051
15052
15053
15054
15055
# File 'lib/aws-sdk-sagemaker/types.rb', line 15043

class DescribeSpaceResponse < Struct.new(
  :domain_id,
  :space_arn,
  :space_name,
  :home_efs_file_system_uid,
  :status,
  :last_modified_time,
  :creation_time,
  :failure_reason,
  :space_settings)
  SENSITIVE = []
  include Aws::Structure
end