Class: Aws::Bedrock::Types::ModelInvocationJobS3InputDataConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ModelInvocationJobS3InputDataConfig
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Contains the configuration of the S3 location of the input data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_bucket_owner ⇒ String
The ID of the Amazon Web Services account that owns the S3 bucket containing the input data.
-
#s3_input_format ⇒ String
The format of the input data.
-
#s3_uri ⇒ String
The S3 location of the input data.
Instance Attribute Details
#s3_bucket_owner ⇒ String
The ID of the Amazon Web Services account that owns the S3 bucket containing the input data.
4680 4681 4682 4683 4684 4685 4686 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 4680 class ModelInvocationJobS3InputDataConfig < Struct.new( :s3_input_format, :s3_uri, :s3_bucket_owner) SENSITIVE = [] include Aws::Structure end |
#s3_input_format ⇒ String
The format of the input data.
4680 4681 4682 4683 4684 4685 4686 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 4680 class ModelInvocationJobS3InputDataConfig < Struct.new( :s3_input_format, :s3_uri, :s3_bucket_owner) SENSITIVE = [] include Aws::Structure end |
#s3_uri ⇒ String
The S3 location of the input data.
4680 4681 4682 4683 4684 4685 4686 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 4680 class ModelInvocationJobS3InputDataConfig < Struct.new( :s3_input_format, :s3_uri, :s3_bucket_owner) SENSITIVE = [] include Aws::Structure end |