| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
InferenceOutputConfiguration |
UpdateInferenceSchedulerRequest.dataOutputConfiguration()
Specifies information for the output results from the inference scheduler, including the output S3 location.
|
InferenceOutputConfiguration |
InferenceExecutionSummary.dataOutputConfiguration()
Specifies configuration information for the output results from for the inference execution, including the output
Amazon S3 location.
|
InferenceOutputConfiguration |
CreateInferenceSchedulerRequest.dataOutputConfiguration()
Specifies configuration information for the output results for the inference scheduler, including the S3 location
for the output.
|
InferenceOutputConfiguration |
DescribeInferenceSchedulerResponse.dataOutputConfiguration()
Specifies information for the output results for the inference scheduler, including the output S3 location.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateInferenceSchedulerRequest.Builder |
UpdateInferenceSchedulerRequest.Builder.dataOutputConfiguration(InferenceOutputConfiguration dataOutputConfiguration)
Specifies information for the output results from the inference scheduler, including the output S3 location.
|
InferenceExecutionSummary.Builder |
InferenceExecutionSummary.Builder.dataOutputConfiguration(InferenceOutputConfiguration dataOutputConfiguration)
Specifies configuration information for the output results from for the inference execution, including the
output Amazon S3 location.
|
CreateInferenceSchedulerRequest.Builder |
CreateInferenceSchedulerRequest.Builder.dataOutputConfiguration(InferenceOutputConfiguration dataOutputConfiguration)
Specifies configuration information for the output results for the inference scheduler, including the S3
location for the output.
|
DescribeInferenceSchedulerResponse.Builder |
DescribeInferenceSchedulerResponse.Builder.dataOutputConfiguration(InferenceOutputConfiguration dataOutputConfiguration)
Specifies information for the output results for the inference scheduler, including the output S3 location.
|
Copyright © 2022. All rights reserved.