Class: Aws::BedrockDataAutomationRuntime::Types::SyncInputConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#bytesString

Input data as bytes

Returns:

  • (String)


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_uriString

S3 URI of the input data

Returns:

  • (String)


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