Uses of Class
software.amazon.awssdk.services.lookoutequipment.model.InferenceExecutionSummary
-
Packages that use InferenceExecutionSummary Package Description software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of InferenceExecutionSummary in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return types with arguments of type InferenceExecutionSummary Modifier and Type Method Description List<InferenceExecutionSummary>ListInferenceExecutionsResponse. inferenceExecutionSummaries()Provides an array of information about the individual inference executions returned from theListInferenceExecutionsoperation, including model used, inference scheduler, data configuration, and so on.Methods in software.amazon.awssdk.services.lookoutequipment.model with parameters of type InferenceExecutionSummary Modifier and Type Method Description ListInferenceExecutionsResponse.BuilderListInferenceExecutionsResponse.Builder. inferenceExecutionSummaries(InferenceExecutionSummary... inferenceExecutionSummaries)Provides an array of information about the individual inference executions returned from theListInferenceExecutionsoperation, including model used, inference scheduler, data configuration, and so on.Method parameters in software.amazon.awssdk.services.lookoutequipment.model with type arguments of type InferenceExecutionSummary Modifier and Type Method Description ListInferenceExecutionsResponse.BuilderListInferenceExecutionsResponse.Builder. inferenceExecutionSummaries(Collection<InferenceExecutionSummary> inferenceExecutionSummaries)Provides an array of information about the individual inference executions returned from theListInferenceExecutionsoperation, including model used, inference scheduler, data configuration, and so on.
-