Class: Aws::SageMaker::Types::StartSessionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#session_idString

A unique identifier for the established remote connection session.

Returns:

  • (String)


44542
44543
44544
44545
44546
44547
44548
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44542

class StartSessionResponse < Struct.new(
  :session_id,
  :stream_url,
  :token_value)
  SENSITIVE = []
  include Aws::Structure
end

#stream_urlString

A WebSocket URL used to establish a SSH connection between the local IDE and remote SageMaker space.

Returns:

  • (String)


44542
44543
44544
44545
44546
44547
44548
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44542

class StartSessionResponse < Struct.new(
  :session_id,
  :stream_url,
  :token_value)
  SENSITIVE = []
  include Aws::Structure
end

#token_valueString

An encrypted token value containing session and caller information.

Returns:

  • (String)


44542
44543
44544
44545
44546
44547
44548
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44542

class StartSessionResponse < Struct.new(
  :session_id,
  :stream_url,
  :token_value)
  SENSITIVE = []
  include Aws::Structure
end