Class: Aws::BedrockAgentCore::Types::CodeInterpreterSessionSummary

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

Overview

A condensed representation of a code interpreter session in Amazon Bedrock. This structure contains key information about a code interpreter session, including identifiers, status, and timestamps, without the full details of the session configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#code_interpreter_identifierString

The unique identifier of the code interpreter associated with the session. This identifier specifies which code interpreter environment is used for the session.

Returns:

  • (String)


274
275
276
277
278
279
280
281
282
283
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 274

class CodeInterpreterSessionSummary < Struct.new(
  :code_interpreter_identifier,
  :session_id,
  :name,
  :status,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp when the code interpreter session was created. This value is in ISO 8601 format.

Returns:

  • (Time)


274
275
276
277
278
279
280
281
282
283
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 274

class CodeInterpreterSessionSummary < Struct.new(
  :code_interpreter_identifier,
  :session_id,
  :name,
  :status,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

The timestamp when the code interpreter session was last updated. This value is in ISO 8601 format.

Returns:

  • (Time)


274
275
276
277
278
279
280
281
282
283
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 274

class CodeInterpreterSessionSummary < Struct.new(
  :code_interpreter_identifier,
  :session_id,
  :name,
  :status,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the code interpreter session. This name helps identify and manage the session.

Returns:

  • (String)


274
275
276
277
278
279
280
281
282
283
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 274

class CodeInterpreterSessionSummary < Struct.new(
  :code_interpreter_identifier,
  :session_id,
  :name,
  :status,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

The unique identifier of the code interpreter session. This identifier is used in operations that interact with the session.

Returns:

  • (String)


274
275
276
277
278
279
280
281
282
283
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 274

class CodeInterpreterSessionSummary < Struct.new(
  :code_interpreter_identifier,
  :session_id,
  :name,
  :status,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the code interpreter session. Possible values include ACTIVE, STOPPING, and STOPPED.

Returns:

  • (String)


274
275
276
277
278
279
280
281
282
283
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 274

class CodeInterpreterSessionSummary < Struct.new(
  :code_interpreter_identifier,
  :session_id,
  :name,
  :status,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end