Class: Aws::BedrockRuntime::Types::InvokeModelWithResponseStreamResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::InvokeModelWithResponseStreamResponse
- Defined in:
- gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#body ⇒ Types::ResponseStream
Inference response from the model in the format specified by the
contentType
header. -
#content_type ⇒ String
The MIME type of the inference result.
-
#performance_config_latency ⇒ String
Model performance settings for the request.
Instance Attribute Details
#body ⇒ Types::ResponseStream
Inference response from the model in the format specified by the
contentType
header. To see the format and content of this field
for different models, refer to Inference parameters.
3110 3111 3112 3113 3114 3115 3116 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 3110 class InvokeModelWithResponseStreamResponse < Struct.new( :body, :content_type, :performance_config_latency) SENSITIVE = [] include Aws::Structure end |
#content_type ⇒ String
The MIME type of the inference result.
3110 3111 3112 3113 3114 3115 3116 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 3110 class InvokeModelWithResponseStreamResponse < Struct.new( :body, :content_type, :performance_config_latency) SENSITIVE = [] include Aws::Structure end |
#performance_config_latency ⇒ String
Model performance settings for the request.
3110 3111 3112 3113 3114 3115 3116 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 3110 class InvokeModelWithResponseStreamResponse < Struct.new( :body, :content_type, :performance_config_latency) SENSITIVE = [] include Aws::Structure end |