Class: Aws::BedrockRuntime::Types::InvokeModelWithResponseStreamResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::InvokeModelWithResponseStreamResponse
- Includes:
- Structure
- Defined in:
- 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.
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].
[1]: docs.aws.amazon.com/bedrock/latest/userguide/model-parameters.html
1720 1721 1722 1723 1724 1725 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1720 class InvokeModelWithResponseStreamResponse < Struct.new( :body, :content_type) SENSITIVE = [] include Aws::Structure end |
#content_type ⇒ String
The MIME type of the inference result.
1720 1721 1722 1723 1724 1725 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1720 class InvokeModelWithResponseStreamResponse < Struct.new( :body, :content_type) SENSITIVE = [] include Aws::Structure end |