| Package | Description |
|---|---|
| com.amazonaws.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
InferenceS3OutputConfiguration |
InferenceS3OutputConfiguration.clone() |
InferenceS3OutputConfiguration |
InferenceOutputConfiguration.getS3OutputConfiguration()
Specifies configuration information for the output results from for the inference, output S3 location.
|
InferenceS3OutputConfiguration |
InferenceS3OutputConfiguration.withBucket(String bucket)
The bucket containing the output results from the inference
|
InferenceS3OutputConfiguration |
InferenceS3OutputConfiguration.withPrefix(String prefix)
The prefix for the S3 bucket used for the output results from the inference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InferenceOutputConfiguration.setS3OutputConfiguration(InferenceS3OutputConfiguration s3OutputConfiguration)
Specifies configuration information for the output results from for the inference, output S3 location.
|
InferenceOutputConfiguration |
InferenceOutputConfiguration.withS3OutputConfiguration(InferenceS3OutputConfiguration s3OutputConfiguration)
Specifies configuration information for the output results from for the inference, output S3 location.
|
Copyright © 2023. All rights reserved.