| Package | Description |
|---|---|
| com.amazonaws.services.lookoutforvision.model |
| Modifier and Type | Method and Description |
|---|---|
S3Location |
S3Location.clone() |
S3Location |
OutputConfig.getS3Location()
The S3 location for the output.
|
S3Location |
GreengrassConfiguration.getS3OutputLocation()
An S3 location in which Lookout for Vision stores the component artifacts.
|
S3Location |
S3Location.withBucket(String bucket)
The S3 bucket that contains the training or model packaging job output.
|
S3Location |
S3Location.withPrefix(String prefix)
The path of the folder, within the S3 bucket, that contains the output.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutputConfig.setS3Location(S3Location s3Location)
The S3 location for the output.
|
void |
GreengrassConfiguration.setS3OutputLocation(S3Location s3OutputLocation)
An S3 location in which Lookout for Vision stores the component artifacts.
|
OutputConfig |
OutputConfig.withS3Location(S3Location s3Location)
The S3 location for the output.
|
GreengrassConfiguration |
GreengrassConfiguration.withS3OutputLocation(S3Location s3OutputLocation)
An S3 location in which Lookout for Vision stores the component artifacts.
|
Copyright © 2023. All rights reserved.