Class: Aws::BedrockDataAutomationRuntime::Types::SyncInputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomationRuntime::Types::SyncInputConfiguration
- Defined in:
- gems/aws-sdk-bedrockdataautomationruntime/lib/aws-sdk-bedrockdataautomationruntime/types.rb
Overview
Input configuration for synchronous API
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bytes ⇒ String
Input data as bytes.
-
#s3_uri ⇒ String
S3 URI of the input data.
Instance Attribute Details
#bytes ⇒ String
Input data as bytes
459 460 461 462 463 464 |
# File 'gems/aws-sdk-bedrockdataautomationruntime/lib/aws-sdk-bedrockdataautomationruntime/types.rb', line 459 class SyncInputConfiguration < Struct.new( :bytes, :s3_uri) SENSITIVE = [] include Aws::Structure end |
#s3_uri ⇒ String
S3 URI of the input data
459 460 461 462 463 464 |
# File 'gems/aws-sdk-bedrockdataautomationruntime/lib/aws-sdk-bedrockdataautomationruntime/types.rb', line 459 class SyncInputConfiguration < Struct.new( :bytes, :s3_uri) SENSITIVE = [] include Aws::Structure end |