Uses of Class
software.amazon.awssdk.services.lookoutequipment.model.CreateLabelGroupRequest
-
Packages that use CreateLabelGroupRequest Package Description software.amazon.awssdk.services.lookoutequipment Amazon Lookout for Equipment is a machine learning service that uses advanced analytics to identify anomalies in machines from sensor data for use in predictive maintenance.software.amazon.awssdk.services.lookoutequipment.transform -
-
Uses of CreateLabelGroupRequest in software.amazon.awssdk.services.lookoutequipment
Methods in software.amazon.awssdk.services.lookoutequipment with parameters of type CreateLabelGroupRequest Modifier and Type Method Description default CompletableFuture<CreateLabelGroupResponse>LookoutEquipmentAsyncClient. createLabelGroup(CreateLabelGroupRequest createLabelGroupRequest)Creates a group of labels.default CreateLabelGroupResponseLookoutEquipmentClient. createLabelGroup(CreateLabelGroupRequest createLabelGroupRequest)Creates a group of labels. -
Uses of CreateLabelGroupRequest in software.amazon.awssdk.services.lookoutequipment.transform
Methods in software.amazon.awssdk.services.lookoutequipment.transform with parameters of type CreateLabelGroupRequest Modifier and Type Method Description SdkHttpFullRequestCreateLabelGroupRequestMarshaller. marshall(CreateLabelGroupRequest createLabelGroupRequest)
-