| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutvision.model |
| Modifier and Type | Method and Description |
|---|---|
InputS3Object.Builder |
InputS3Object.Builder.bucket(String bucket)
The Amazon S3 bucket that contains the manifest.
|
static InputS3Object.Builder |
InputS3Object.builder() |
InputS3Object.Builder |
InputS3Object.Builder.key(String key)
The name and location of the manifest file withiin the bucket.
|
InputS3Object.Builder |
InputS3Object.toBuilder() |
InputS3Object.Builder |
InputS3Object.Builder.versionId(String versionId)
The version ID of the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InputS3Object.Builder> |
InputS3Object.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DatasetGroundTruthManifest.Builder |
DatasetGroundTruthManifest.Builder.s3Object(Consumer<InputS3Object.Builder> s3Object)
The S3 bucket location for the manifest file.
|
Copyright © 2022. All rights reserved.