Class: Aws::Bedrock::Types::ModelInvocationJobS3OutputDataConfig

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

Overview

Contains the configuration of the S3 location of the output data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucket_ownerString

The ID of the Amazon Web Services account that owns the S3 bucket containing the output data.

Returns:

  • (String)


4554
4555
4556
4557
4558
4559
4560
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 4554

class ModelInvocationJobS3OutputDataConfig < Struct.new(
  :s3_uri,
  :s3_encryption_key_id,
  :s3_bucket_owner)
  SENSITIVE = []
  include Aws::Structure
end

#s3_encryption_key_idString

The unique identifier of the key that encrypts the S3 location of the output data.

Returns:

  • (String)


4554
4555
4556
4557
4558
4559
4560
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 4554

class ModelInvocationJobS3OutputDataConfig < Struct.new(
  :s3_uri,
  :s3_encryption_key_id,
  :s3_bucket_owner)
  SENSITIVE = []
  include Aws::Structure
end

#s3_uriString

The S3 location of the output data.

Returns:

  • (String)


4554
4555
4556
4557
4558
4559
4560
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 4554

class ModelInvocationJobS3OutputDataConfig < Struct.new(
  :s3_uri,
  :s3_encryption_key_id,
  :s3_bucket_owner)
  SENSITIVE = []
  include Aws::Structure
end