Class: Aws::BedrockRuntime::Types::ConverseStreamMetadataEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ConverseStreamMetadataEvent
- Includes:
- Structure
- Defined in:
- 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] 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
1041 1042 1043 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1041 def event_type @event_type end |
#metrics ⇒ Types::ConverseStreamMetrics
The metrics for the conversation stream metadata event.
1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1041 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.
1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1041 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.
1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1041 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.
[1]: docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_ConverseStream.html
1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1041 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.
1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1041 class ConverseStreamMetadataEvent < Struct.new( :usage, :metrics, :trace, :performance_config, :service_tier, :event_type) SENSITIVE = [] include Aws::Structure end |