Uses of Class
software.amazon.awssdk.services.bedrockagent.model.S3Location
Packages that use S3Location
-
Uses of S3Location in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return S3LocationModifier and TypeMethodDescriptionfinal S3LocationDocumentIdentifier.s3()Contains information that identifies the document in an S3 data source.final S3LocationIntermediateStorage.s3Location()An S3 bucket path.final S3LocationS3Content.s3Location()The S3 location of the file containing the content to ingest.final S3LocationSupplementalDataStorageLocation.s3Location()Contains information about the Amazon S3 location for the extracted images.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type S3LocationModifier and TypeMethodDescriptionDocumentIdentifier.Builder.s3(S3Location s3) Contains information that identifies the document in an S3 data source.IntermediateStorage.Builder.s3Location(S3Location s3Location) An S3 bucket path.S3Content.Builder.s3Location(S3Location s3Location) The S3 location of the file containing the content to ingest.SupplementalDataStorageLocation.Builder.s3Location(S3Location s3Location) Contains information about the Amazon S3 location for the extracted images.