Uses of Class
software.amazon.awssdk.services.personalize.model.S3DataConfig
-
Packages that use S3DataConfig Package Description software.amazon.awssdk.services.personalize.model -
-
Uses of S3DataConfig in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return S3DataConfig Modifier and Type Method Description S3DataConfigBatchInferenceJobOutput. s3DataDestination()Information on the Amazon S3 bucket in which the batch inference job's output is stored.S3DataConfigBatchSegmentJobOutput. s3DataDestination()Returns the value of the S3DataDestination property for this object.S3DataConfigDatasetExportJobOutput. s3DataDestination()Returns the value of the S3DataDestination property for this object.S3DataConfigMetricAttributionOutput. s3DataDestination()Returns the value of the S3DataDestination property for this object.S3DataConfigBatchInferenceJobInput. s3DataSource()The URI of the Amazon S3 location that contains your input data.S3DataConfigBatchSegmentJobInput. s3DataSource()Returns the value of the S3DataSource property for this object.Methods in software.amazon.awssdk.services.personalize.model with parameters of type S3DataConfig Modifier and Type Method Description BatchInferenceJobOutput.BuilderBatchInferenceJobOutput.Builder. s3DataDestination(S3DataConfig s3DataDestination)Information on the Amazon S3 bucket in which the batch inference job's output is stored.BatchSegmentJobOutput.BuilderBatchSegmentJobOutput.Builder. s3DataDestination(S3DataConfig s3DataDestination)Sets the value of the S3DataDestination property for this object.DatasetExportJobOutput.BuilderDatasetExportJobOutput.Builder. s3DataDestination(S3DataConfig s3DataDestination)Sets the value of the S3DataDestination property for this object.MetricAttributionOutput.BuilderMetricAttributionOutput.Builder. s3DataDestination(S3DataConfig s3DataDestination)Sets the value of the S3DataDestination property for this object.BatchInferenceJobInput.BuilderBatchInferenceJobInput.Builder. s3DataSource(S3DataConfig s3DataSource)The URI of the Amazon S3 location that contains your input data.BatchSegmentJobInput.BuilderBatchSegmentJobInput.Builder. s3DataSource(S3DataConfig s3DataSource)Sets the value of the S3DataSource property for this object.
-