Class: Aws::QConnect::Types::Span
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::Span
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
A span represents a unit of work during AI agent execution, capturing timing, status, and contextual attributes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assistant_id ⇒ String
UUID of the Connect AI Assistant resource.
-
#attributes ⇒ Types::SpanAttributes
Span-specific contextual attributes.
-
#end_timestamp ⇒ Time
Operation end time in milliseconds since epoch.
-
#origin_request_id ⇒ String
The origin request identifier for end-to-end tracing.
-
#parent_span_id ⇒ String
Parent span identifier for hierarchy.
-
#request_id ⇒ String
The service request ID that initiated the operation.
-
#session_id ⇒ String
UUID of the Connect AI Session resource.
-
#span_id ⇒ String
Unique span identifier.
-
#span_name ⇒ String
Service-defined operation name.
-
#span_type ⇒ String
Operation relationship type.
-
#start_timestamp ⇒ Time
Operation start time in milliseconds since epoch.
-
#status ⇒ String
Span completion status.
-
#status_description ⇒ String
Human-readable error description when status is ERROR or TIMEOUT.
Instance Attribute Details
#assistant_id ⇒ String
UUID of the Connect AI Assistant resource
10668 10669 10670 10671 10672 10673 10674 10675 10676 10677 10678 10679 10680 10681 10682 10683 10684 |
# File 'lib/aws-sdk-qconnect/types.rb', line 10668 class Span < Struct.new( :span_id, :assistant_id, :session_id, :parent_span_id, :span_name, :span_type, :start_timestamp, :end_timestamp, :status, :status_description, :request_id, :origin_request_id, :attributes) SENSITIVE = [] include Aws::Structure end |
#attributes ⇒ Types::SpanAttributes
Span-specific contextual attributes
10668 10669 10670 10671 10672 10673 10674 10675 10676 10677 10678 10679 10680 10681 10682 10683 10684 |
# File 'lib/aws-sdk-qconnect/types.rb', line 10668 class Span < Struct.new( :span_id, :assistant_id, :session_id, :parent_span_id, :span_name, :span_type, :start_timestamp, :end_timestamp, :status, :status_description, :request_id, :origin_request_id, :attributes) SENSITIVE = [] include Aws::Structure end |
#end_timestamp ⇒ Time
Operation end time in milliseconds since epoch
10668 10669 10670 10671 10672 10673 10674 10675 10676 10677 10678 10679 10680 10681 10682 10683 10684 |
# File 'lib/aws-sdk-qconnect/types.rb', line 10668 class Span < Struct.new( :span_id, :assistant_id, :session_id, :parent_span_id, :span_name, :span_type, :start_timestamp, :end_timestamp, :status, :status_description, :request_id, :origin_request_id, :attributes) SENSITIVE = [] include Aws::Structure end |
#origin_request_id ⇒ String
The origin request identifier for end-to-end tracing.
10668 10669 10670 10671 10672 10673 10674 10675 10676 10677 10678 10679 10680 10681 10682 10683 10684 |
# File 'lib/aws-sdk-qconnect/types.rb', line 10668 class Span < Struct.new( :span_id, :assistant_id, :session_id, :parent_span_id, :span_name, :span_type, :start_timestamp, :end_timestamp, :status, :status_description, :request_id, :origin_request_id, :attributes) SENSITIVE = [] include Aws::Structure end |
#parent_span_id ⇒ String
Parent span identifier for hierarchy. Null for root spans.
10668 10669 10670 10671 10672 10673 10674 10675 10676 10677 10678 10679 10680 10681 10682 10683 10684 |
# File 'lib/aws-sdk-qconnect/types.rb', line 10668 class Span < Struct.new( :span_id, :assistant_id, :session_id, :parent_span_id, :span_name, :span_type, :start_timestamp, :end_timestamp, :status, :status_description, :request_id, :origin_request_id, :attributes) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The service request ID that initiated the operation
10668 10669 10670 10671 10672 10673 10674 10675 10676 10677 10678 10679 10680 10681 10682 10683 10684 |
# File 'lib/aws-sdk-qconnect/types.rb', line 10668 class Span < Struct.new( :span_id, :assistant_id, :session_id, :parent_span_id, :span_name, :span_type, :start_timestamp, :end_timestamp, :status, :status_description, :request_id, :origin_request_id, :attributes) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
UUID of the Connect AI Session resource
10668 10669 10670 10671 10672 10673 10674 10675 10676 10677 10678 10679 10680 10681 10682 10683 10684 |
# File 'lib/aws-sdk-qconnect/types.rb', line 10668 class Span < Struct.new( :span_id, :assistant_id, :session_id, :parent_span_id, :span_name, :span_type, :start_timestamp, :end_timestamp, :status, :status_description, :request_id, :origin_request_id, :attributes) SENSITIVE = [] include Aws::Structure end |
#span_id ⇒ String
Unique span identifier
10668 10669 10670 10671 10672 10673 10674 10675 10676 10677 10678 10679 10680 10681 10682 10683 10684 |
# File 'lib/aws-sdk-qconnect/types.rb', line 10668 class Span < Struct.new( :span_id, :assistant_id, :session_id, :parent_span_id, :span_name, :span_type, :start_timestamp, :end_timestamp, :status, :status_description, :request_id, :origin_request_id, :attributes) SENSITIVE = [] include Aws::Structure end |
#span_name ⇒ String
Service-defined operation name
10668 10669 10670 10671 10672 10673 10674 10675 10676 10677 10678 10679 10680 10681 10682 10683 10684 |
# File 'lib/aws-sdk-qconnect/types.rb', line 10668 class Span < Struct.new( :span_id, :assistant_id, :session_id, :parent_span_id, :span_name, :span_type, :start_timestamp, :end_timestamp, :status, :status_description, :request_id, :origin_request_id, :attributes) SENSITIVE = [] include Aws::Structure end |
#span_type ⇒ String
Operation relationship type
10668 10669 10670 10671 10672 10673 10674 10675 10676 10677 10678 10679 10680 10681 10682 10683 10684 |
# File 'lib/aws-sdk-qconnect/types.rb', line 10668 class Span < Struct.new( :span_id, :assistant_id, :session_id, :parent_span_id, :span_name, :span_type, :start_timestamp, :end_timestamp, :status, :status_description, :request_id, :origin_request_id, :attributes) SENSITIVE = [] include Aws::Structure end |
#start_timestamp ⇒ Time
Operation start time in milliseconds since epoch
10668 10669 10670 10671 10672 10673 10674 10675 10676 10677 10678 10679 10680 10681 10682 10683 10684 |
# File 'lib/aws-sdk-qconnect/types.rb', line 10668 class Span < Struct.new( :span_id, :assistant_id, :session_id, :parent_span_id, :span_name, :span_type, :start_timestamp, :end_timestamp, :status, :status_description, :request_id, :origin_request_id, :attributes) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Span completion status
10668 10669 10670 10671 10672 10673 10674 10675 10676 10677 10678 10679 10680 10681 10682 10683 10684 |
# File 'lib/aws-sdk-qconnect/types.rb', line 10668 class Span < Struct.new( :span_id, :assistant_id, :session_id, :parent_span_id, :span_name, :span_type, :start_timestamp, :end_timestamp, :status, :status_description, :request_id, :origin_request_id, :attributes) SENSITIVE = [] include Aws::Structure end |
#status_description ⇒ String
Human-readable error description when status is ERROR or TIMEOUT
10668 10669 10670 10671 10672 10673 10674 10675 10676 10677 10678 10679 10680 10681 10682 10683 10684 |
# File 'lib/aws-sdk-qconnect/types.rb', line 10668 class Span < Struct.new( :span_id, :assistant_id, :session_id, :parent_span_id, :span_name, :span_type, :start_timestamp, :end_timestamp, :status, :status_description, :request_id, :origin_request_id, :attributes) SENSITIVE = [] include Aws::Structure end |