| 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<CreateLabelGroupResult> |
AbstractAmazonLookoutEquipmentAsync.createLabelGroupAsync(CreateLabelGroupRequest request,
AsyncHandler<CreateLabelGroupRequest,CreateLabelGroupResult> asyncHandler) |
Future<CreateLabelGroupResult> |
AmazonLookoutEquipmentAsync.createLabelGroupAsync(CreateLabelGroupRequest createLabelGroupRequest,
AsyncHandler<CreateLabelGroupRequest,CreateLabelGroupResult> asyncHandler)
Creates a group of labels.
|
Future<CreateLabelGroupResult> |
AmazonLookoutEquipmentAsyncClient.createLabelGroupAsync(CreateLabelGroupRequest request,
AsyncHandler<CreateLabelGroupRequest,CreateLabelGroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateLabelGroupRequest |
CreateLabelGroupRequest.clone() |
CreateLabelGroupRequest |
CreateLabelGroupRequest.withClientToken(String clientToken)
A unique identifier for the request to create a label group.
|
CreateLabelGroupRequest |
CreateLabelGroupRequest.withFaultCodes(Collection<String> faultCodes)
The acceptable fault codes (indicating the type of anomaly associated with the label) that can be used with this
label group.
|
CreateLabelGroupRequest |
CreateLabelGroupRequest.withFaultCodes(String... faultCodes)
The acceptable fault codes (indicating the type of anomaly associated with the label) that can be used with this
label group.
|
CreateLabelGroupRequest |
CreateLabelGroupRequest.withLabelGroupName(String labelGroupName)
Names a group of labels.
|
CreateLabelGroupRequest |
CreateLabelGroupRequest.withTags(Collection<Tag> tags)
Tags that provide metadata about the label group you are creating.
|
CreateLabelGroupRequest |
CreateLabelGroupRequest.withTags(Tag... tags)
Tags that provide metadata about the label group you are creating.
|
Copyright © 2025. All rights reserved.