Class: Aws::QConnect::Types::Span
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::Span
- Defined in:
- gems/aws-sdk-qconnect/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.
-
#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.
Instance Attribute Details
#assistant_id ⇒ String
UUID of the Connect AI Assistant resource
10647 10648 10649 10650 10651 10652 10653 10654 10655 10656 10657 10658 10659 10660 10661 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10647 class Span < Struct.new( :span_id, :assistant_id, :session_id, :parent_span_id, :span_name, :span_type, :start_timestamp, :end_timestamp, :status, :request_id, :attributes) SENSITIVE = [] include Aws::Structure end |
#attributes ⇒ Types::SpanAttributes
Span-specific contextual attributes
10647 10648 10649 10650 10651 10652 10653 10654 10655 10656 10657 10658 10659 10660 10661 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10647 class Span < Struct.new( :span_id, :assistant_id, :session_id, :parent_span_id, :span_name, :span_type, :start_timestamp, :end_timestamp, :status, :request_id, :attributes) SENSITIVE = [] include Aws::Structure end |
#end_timestamp ⇒ Time
Operation end time in milliseconds since epoch
10647 10648 10649 10650 10651 10652 10653 10654 10655 10656 10657 10658 10659 10660 10661 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10647 class Span < Struct.new( :span_id, :assistant_id, :session_id, :parent_span_id, :span_name, :span_type, :start_timestamp, :end_timestamp, :status, :request_id, :attributes) SENSITIVE = [] include Aws::Structure end |
#parent_span_id ⇒ String
Parent span identifier for hierarchy. Null for root spans.
10647 10648 10649 10650 10651 10652 10653 10654 10655 10656 10657 10658 10659 10660 10661 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10647 class Span < Struct.new( :span_id, :assistant_id, :session_id, :parent_span_id, :span_name, :span_type, :start_timestamp, :end_timestamp, :status, :request_id, :attributes) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The service request ID that initiated the operation
10647 10648 10649 10650 10651 10652 10653 10654 10655 10656 10657 10658 10659 10660 10661 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10647 class Span < Struct.new( :span_id, :assistant_id, :session_id, :parent_span_id, :span_name, :span_type, :start_timestamp, :end_timestamp, :status, :request_id, :attributes) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
UUID of the Connect AI Session resource
10647 10648 10649 10650 10651 10652 10653 10654 10655 10656 10657 10658 10659 10660 10661 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10647 class Span < Struct.new( :span_id, :assistant_id, :session_id, :parent_span_id, :span_name, :span_type, :start_timestamp, :end_timestamp, :status, :request_id, :attributes) SENSITIVE = [] include Aws::Structure end |
#span_id ⇒ String
Unique span identifier
10647 10648 10649 10650 10651 10652 10653 10654 10655 10656 10657 10658 10659 10660 10661 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10647 class Span < Struct.new( :span_id, :assistant_id, :session_id, :parent_span_id, :span_name, :span_type, :start_timestamp, :end_timestamp, :status, :request_id, :attributes) SENSITIVE = [] include Aws::Structure end |
#span_name ⇒ String
Service-defined operation name
10647 10648 10649 10650 10651 10652 10653 10654 10655 10656 10657 10658 10659 10660 10661 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10647 class Span < Struct.new( :span_id, :assistant_id, :session_id, :parent_span_id, :span_name, :span_type, :start_timestamp, :end_timestamp, :status, :request_id, :attributes) SENSITIVE = [] include Aws::Structure end |
#span_type ⇒ String
Operation relationship type
10647 10648 10649 10650 10651 10652 10653 10654 10655 10656 10657 10658 10659 10660 10661 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10647 class Span < Struct.new( :span_id, :assistant_id, :session_id, :parent_span_id, :span_name, :span_type, :start_timestamp, :end_timestamp, :status, :request_id, :attributes) SENSITIVE = [] include Aws::Structure end |
#start_timestamp ⇒ Time
Operation start time in milliseconds since epoch
10647 10648 10649 10650 10651 10652 10653 10654 10655 10656 10657 10658 10659 10660 10661 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10647 class Span < Struct.new( :span_id, :assistant_id, :session_id, :parent_span_id, :span_name, :span_type, :start_timestamp, :end_timestamp, :status, :request_id, :attributes) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Span completion status
10647 10648 10649 10650 10651 10652 10653 10654 10655 10656 10657 10658 10659 10660 10661 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10647 class Span < Struct.new( :span_id, :assistant_id, :session_id, :parent_span_id, :span_name, :span_type, :start_timestamp, :end_timestamp, :status, :request_id, :attributes) SENSITIVE = [] include Aws::Structure end |