| Package | Description |
|---|---|
| software.amazon.awssdk.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
S3DataConfig |
BatchInferenceJobOutput.s3DataDestination()
Information on the Amazon S3 bucket in which the batch inference job's output is stored.
|
S3DataConfig |
BatchSegmentJobOutput.s3DataDestination()
Returns the value of the S3DataDestination property for this object.
|
S3DataConfig |
DatasetExportJobOutput.s3DataDestination()
Returns the value of the S3DataDestination property for this object.
|
S3DataConfig |
MetricAttributionOutput.s3DataDestination()
Returns the value of the S3DataDestination property for this object.
|
S3DataConfig |
BatchInferenceJobInput.s3DataSource()
The URI of the Amazon S3 location that contains your input data.
|
S3DataConfig |
BatchSegmentJobInput.s3DataSource()
Returns the value of the S3DataSource property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
BatchInferenceJobOutput.Builder |
BatchInferenceJobOutput.Builder.s3DataDestination(S3DataConfig s3DataDestination)
Information on the Amazon S3 bucket in which the batch inference job's output is stored.
|
BatchSegmentJobOutput.Builder |
BatchSegmentJobOutput.Builder.s3DataDestination(S3DataConfig s3DataDestination)
Sets the value of the S3DataDestination property for this object.
|
DatasetExportJobOutput.Builder |
DatasetExportJobOutput.Builder.s3DataDestination(S3DataConfig s3DataDestination)
Sets the value of the S3DataDestination property for this object.
|
MetricAttributionOutput.Builder |
MetricAttributionOutput.Builder.s3DataDestination(S3DataConfig s3DataDestination)
Sets the value of the S3DataDestination property for this object.
|
BatchInferenceJobInput.Builder |
BatchInferenceJobInput.Builder.s3DataSource(S3DataConfig s3DataSource)
The URI of the Amazon S3 location that contains your input data.
|
BatchSegmentJobInput.Builder |
BatchSegmentJobInput.Builder.s3DataSource(S3DataConfig s3DataSource)
Sets the value of the S3DataSource property for this object.
|
Copyright © 2023. All rights reserved.