Class: Aws::BedrockRuntime::Types::ConverseStreamMetadataEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ConverseStreamMetadataEvent
- Defined in:
- gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb
Overview
A conversation stream metadata event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#metrics ⇒ Types::ConverseStreamMetrics
The metrics for the conversation stream metadata event.
-
#performance_config ⇒ Types::PerformanceConfiguration
Model performance configuration metadata for the conversation stream event.
-
#service_tier ⇒ Types::ServiceTier
Specifies the processing tier configuration used for serving the request.
-
#trace ⇒ Types::ConverseStreamTrace
The trace object in the response from [ConverseStream][1] that contains information about the guardrail behavior.
-
#usage ⇒ Types::TokenUsage
Usage information for the conversation stream event.
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
1195 1196 1197 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1195 def event_type @event_type end |
#metrics ⇒ Types::ConverseStreamMetrics
The metrics for the conversation stream metadata event.
1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1195 class ConverseStreamMetadataEvent < Struct.new( :usage, :metrics, :trace, :performance_config, :service_tier, :event_type) SENSITIVE = [] include Aws::Structure end |
#performance_config ⇒ Types::PerformanceConfiguration
Model performance configuration metadata for the conversation stream event.
1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1195 class ConverseStreamMetadataEvent < Struct.new( :usage, :metrics, :trace, :performance_config, :service_tier, :event_type) SENSITIVE = [] include Aws::Structure end |
#service_tier ⇒ Types::ServiceTier
Specifies the processing tier configuration used for serving the request.
1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1195 class ConverseStreamMetadataEvent < Struct.new( :usage, :metrics, :trace, :performance_config, :service_tier, :event_type) SENSITIVE = [] include Aws::Structure end |
#trace ⇒ Types::ConverseStreamTrace
The trace object in the response from ConverseStream that contains information about the guardrail behavior.
1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1195 class ConverseStreamMetadataEvent < Struct.new( :usage, :metrics, :trace, :performance_config, :service_tier, :event_type) SENSITIVE = [] include Aws::Structure end |
#usage ⇒ Types::TokenUsage
Usage information for the conversation stream event.
1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1195 class ConverseStreamMetadataEvent < Struct.new( :usage, :metrics, :trace, :performance_config, :service_tier, :event_type) SENSITIVE = [] include Aws::Structure end |