Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.S3ConfigMap
-
Packages that use S3ConfigMap Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of S3ConfigMap in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return S3ConfigMap Modifier and Type Method Description S3ConfigMapAudienceGenerationJobDataSource. dataSource()The Amazon S3 bucket where the training data for the configured audience is stored.S3ConfigMapAudienceDestination. s3Destination()The Amazon S3 bucket and path for the configured audience.Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type S3ConfigMap Modifier and Type Method Description AudienceGenerationJobDataSource.BuilderAudienceGenerationJobDataSource.Builder. dataSource(S3ConfigMap dataSource)The Amazon S3 bucket where the training data for the configured audience is stored.AudienceDestination.BuilderAudienceDestination.Builder. s3Destination(S3ConfigMap s3Destination)The Amazon S3 bucket and path for the configured audience.
-