Uses of Class
software.amazon.awssdk.services.lookoutequipment.model.InferenceOutputConfiguration
-
Packages that use InferenceOutputConfiguration Package Description software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of InferenceOutputConfiguration in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return InferenceOutputConfiguration Modifier and Type Method Description InferenceOutputConfigurationCreateInferenceSchedulerRequest. dataOutputConfiguration()Specifies configuration information for the output results for the inference scheduler, including the S3 location for the output.InferenceOutputConfigurationDescribeInferenceSchedulerResponse. dataOutputConfiguration()Specifies information for the output results for the inference scheduler, including the output S3 location.InferenceOutputConfigurationInferenceExecutionSummary. dataOutputConfiguration()Specifies configuration information for the output results from for the inference execution, including the output Amazon S3 location.InferenceOutputConfigurationUpdateInferenceSchedulerRequest. dataOutputConfiguration()Specifies information for the output results from the inference scheduler, including the output S3 location.Methods in software.amazon.awssdk.services.lookoutequipment.model with parameters of type InferenceOutputConfiguration Modifier and Type Method Description CreateInferenceSchedulerRequest.BuilderCreateInferenceSchedulerRequest.Builder. dataOutputConfiguration(InferenceOutputConfiguration dataOutputConfiguration)Specifies configuration information for the output results for the inference scheduler, including the S3 location for the output.DescribeInferenceSchedulerResponse.BuilderDescribeInferenceSchedulerResponse.Builder. dataOutputConfiguration(InferenceOutputConfiguration dataOutputConfiguration)Specifies information for the output results for the inference scheduler, including the output S3 location.InferenceExecutionSummary.BuilderInferenceExecutionSummary.Builder. dataOutputConfiguration(InferenceOutputConfiguration dataOutputConfiguration)Specifies configuration information for the output results from for the inference execution, including the output Amazon S3 location.UpdateInferenceSchedulerRequest.BuilderUpdateInferenceSchedulerRequest.Builder. dataOutputConfiguration(InferenceOutputConfiguration dataOutputConfiguration)Specifies information for the output results from the inference scheduler, including the output S3 location.
-