Module: Aws::BedrockRuntime::Types
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Defined Under Namespace
Classes: AccessDeniedException, InternalServerException, InvokeModelRequest, InvokeModelResponse, InvokeModelWithResponseStreamRequest, InvokeModelWithResponseStreamResponse, ModelErrorException, ModelNotReadyException, ModelStreamErrorException, ModelTimeoutException, PayloadPart, ResourceNotFoundException, ResponseStream, ServiceQuotaExceededException, ThrottlingException, ValidationException
Instance Attribute Summary collapse
-
#bytes ⇒ String
Base64-encoded bytes of payload data.
Instance Attribute Details
#bytes ⇒ String
Base64-encoded bytes of payload data.
237 238 239 240 241 242 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 237 class PayloadPart < Struct.new( :bytes, :event_type) SENSITIVE = [:bytes] include Aws::Structure end |