Uses of Class
software.amazon.awssdk.services.lookoutequipment.model.InferenceSchedulerSummary
-
Packages that use InferenceSchedulerSummary Package Description software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of InferenceSchedulerSummary in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return types with arguments of type InferenceSchedulerSummary Modifier and Type Method Description List<InferenceSchedulerSummary>ListInferenceSchedulersResponse. inferenceSchedulerSummaries()Provides information about the specified inference scheduler, including data upload frequency, model name and ARN, and status.Methods in software.amazon.awssdk.services.lookoutequipment.model with parameters of type InferenceSchedulerSummary Modifier and Type Method Description ListInferenceSchedulersResponse.BuilderListInferenceSchedulersResponse.Builder. inferenceSchedulerSummaries(InferenceSchedulerSummary... inferenceSchedulerSummaries)Provides information about the specified inference scheduler, including data upload frequency, model name and ARN, and status.Method parameters in software.amazon.awssdk.services.lookoutequipment.model with type arguments of type InferenceSchedulerSummary Modifier and Type Method Description ListInferenceSchedulersResponse.BuilderListInferenceSchedulersResponse.Builder. inferenceSchedulerSummaries(Collection<InferenceSchedulerSummary> inferenceSchedulerSummaries)Provides information about the specified inference scheduler, including data upload frequency, model name and ARN, and status.
-