| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
S3DataConfig |
S3DataConfig.clone() |
S3DataConfig |
MetricAttributionOutput.getS3DataDestination() |
S3DataConfig |
DatasetExportJobOutput.getS3DataDestination() |
S3DataConfig |
BatchInferenceJobOutput.getS3DataDestination()
Information on the Amazon S3 bucket in which the batch inference job's output is stored.
|
S3DataConfig |
BatchSegmentJobOutput.getS3DataDestination() |
S3DataConfig |
BatchInferenceJobInput.getS3DataSource()
The URI of the Amazon S3 location that contains your input data.
|
S3DataConfig |
BatchSegmentJobInput.getS3DataSource() |
S3DataConfig |
S3DataConfig.withKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the Key Management Service (KMS) key that Amazon Personalize uses to encrypt or
decrypt the input and output files.
|
S3DataConfig |
S3DataConfig.withPath(String path)
The file path of the Amazon S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricAttributionOutput.setS3DataDestination(S3DataConfig s3DataDestination) |
void |
DatasetExportJobOutput.setS3DataDestination(S3DataConfig s3DataDestination) |
void |
BatchInferenceJobOutput.setS3DataDestination(S3DataConfig s3DataDestination)
Information on the Amazon S3 bucket in which the batch inference job's output is stored.
|
void |
BatchSegmentJobOutput.setS3DataDestination(S3DataConfig s3DataDestination) |
void |
BatchInferenceJobInput.setS3DataSource(S3DataConfig s3DataSource)
The URI of the Amazon S3 location that contains your input data.
|
void |
BatchSegmentJobInput.setS3DataSource(S3DataConfig s3DataSource) |
MetricAttributionOutput |
MetricAttributionOutput.withS3DataDestination(S3DataConfig s3DataDestination) |
DatasetExportJobOutput |
DatasetExportJobOutput.withS3DataDestination(S3DataConfig s3DataDestination) |
BatchInferenceJobOutput |
BatchInferenceJobOutput.withS3DataDestination(S3DataConfig s3DataDestination)
Information on the Amazon S3 bucket in which the batch inference job's output is stored.
|
BatchSegmentJobOutput |
BatchSegmentJobOutput.withS3DataDestination(S3DataConfig s3DataDestination) |
BatchInferenceJobInput |
BatchInferenceJobInput.withS3DataSource(S3DataConfig s3DataSource)
The URI of the Amazon S3 location that contains your input data.
|
BatchSegmentJobInput |
BatchSegmentJobInput.withS3DataSource(S3DataConfig s3DataSource) |
Copyright © 2022. All rights reserved.