Class: Aws::BedrockRuntime::Types::InvokeModelWithResponseStreamResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bodyTypes::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.



3600
3601
3602
3603
3604
3605
3606
3607
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 3600

class InvokeModelWithResponseStreamResponse < Struct.new(
  :body,
  :content_type,
  :performance_config_latency,
  :service_tier)
  SENSITIVE = []
  include Aws::Structure
end

#content_typeString

The MIME type of the inference result.

Returns:

  • (String)


3600
3601
3602
3603
3604
3605
3606
3607
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 3600

class InvokeModelWithResponseStreamResponse < Struct.new(
  :body,
  :content_type,
  :performance_config_latency,
  :service_tier)
  SENSITIVE = []
  include Aws::Structure
end

#performance_config_latencyString

Model performance settings for the request.

Returns:

  • (String)


3600
3601
3602
3603
3604
3605
3606
3607
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 3600

class InvokeModelWithResponseStreamResponse < Struct.new(
  :body,
  :content_type,
  :performance_config_latency,
  :service_tier)
  SENSITIVE = []
  include Aws::Structure
end

#service_tierString

Specifies the processing tier type used for serving the request.

Returns:

  • (String)


3600
3601
3602
3603
3604
3605
3606
3607
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 3600

class InvokeModelWithResponseStreamResponse < Struct.new(
  :body,
  :content_type,
  :performance_config_latency,
  :service_tier)
  SENSITIVE = []
  include Aws::Structure
end