Uses of Class
software.amazon.awssdk.services.bedrockagent.model.CustomS3Location
Packages that use CustomS3Location
-
Uses of CustomS3Location in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return CustomS3LocationModifier and TypeMethodDescriptionfinal CustomS3LocationCustomContent.s3Location()Contains information about the Amazon S3 location of the file from which to ingest data.final CustomS3LocationDocumentMetadata.s3Location()The Amazon S3 location of the file containing metadata to associate with the content to ingest.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type CustomS3LocationModifier and TypeMethodDescriptionCustomContent.Builder.s3Location(CustomS3Location s3Location) Contains information about the Amazon S3 location of the file from which to ingest data.DocumentMetadata.Builder.s3Location(CustomS3Location s3Location) The Amazon S3 location of the file containing metadata to associate with the content to ingest.