| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateLabelGroupResult> |
AbstractAmazonLookoutEquipmentAsync.updateLabelGroupAsync(UpdateLabelGroupRequest request,
AsyncHandler<UpdateLabelGroupRequest,UpdateLabelGroupResult> asyncHandler) |
Future<UpdateLabelGroupResult> |
AmazonLookoutEquipmentAsyncClient.updateLabelGroupAsync(UpdateLabelGroupRequest request,
AsyncHandler<UpdateLabelGroupRequest,UpdateLabelGroupResult> asyncHandler) |
Future<UpdateLabelGroupResult> |
AmazonLookoutEquipmentAsync.updateLabelGroupAsync(UpdateLabelGroupRequest updateLabelGroupRequest,
AsyncHandler<UpdateLabelGroupRequest,UpdateLabelGroupResult> asyncHandler)
Updates the label group.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLabelGroupRequest |
UpdateLabelGroupRequest.clone() |
UpdateLabelGroupRequest |
UpdateLabelGroupRequest.withFaultCodes(Collection<String> faultCodes)
Updates the code indicating the type of anomaly associated with the label.
|
UpdateLabelGroupRequest |
UpdateLabelGroupRequest.withFaultCodes(String... faultCodes)
Updates the code indicating the type of anomaly associated with the label.
|
UpdateLabelGroupRequest |
UpdateLabelGroupRequest.withLabelGroupName(String labelGroupName)
The name of the label group to be updated.
|
Copyright © 2024. All rights reserved.