Uses of Class
software.amazon.awssdk.services.bedrockagent.model.CustomS3Location
-
Packages that use CustomS3Location Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of CustomS3Location in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return CustomS3Location Modifier and Type Method Description CustomS3LocationCustomContent. s3Location()Contains information about the Amazon S3 location of the file from which to ingest data.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 CustomS3Location Modifier and Type Method Description CustomContent.BuilderCustomContent.Builder. s3Location(CustomS3Location s3Location)Contains information about the Amazon S3 location of the file from which to ingest data.DocumentMetadata.BuilderDocumentMetadata.Builder. s3Location(CustomS3Location s3Location)The Amazon S3 location of the file containing metadata to associate with the content to ingest.
-