Skip to content

Bedrock  >  Structures  >  ModelInvocationJobS3InputDataConfig

ModelInvocationJobS3InputDataConfig

Structure Class

ModelInvocationJobS3InputDataConfig dataclass

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

Attributes

s3_bucket_owner class-attribute instance-attribute
s3_bucket_owner: str | None = None

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

s3_input_format class-attribute instance-attribute
s3_input_format: S3InputFormat | None = None

The format of the input data.

s3_uri instance-attribute
s3_uri: str

The S3 location of the input data.