| 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 |
|---|---|
DescribeLabelResult |
AbstractAmazonLookoutEquipment.describeLabel(DescribeLabelRequest request) |
DescribeLabelResult |
AmazonLookoutEquipment.describeLabel(DescribeLabelRequest describeLabelRequest)
Returns the name of the label.
|
DescribeLabelResult |
AmazonLookoutEquipmentClient.describeLabel(DescribeLabelRequest request)
Returns the name of the label.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeLabelResult> |
AmazonLookoutEquipmentAsyncClient.describeLabelAsync(DescribeLabelRequest request,
AsyncHandler<DescribeLabelRequest,DescribeLabelResult> asyncHandler) |
Future<DescribeLabelResult> |
AmazonLookoutEquipmentAsync.describeLabelAsync(DescribeLabelRequest describeLabelRequest,
AsyncHandler<DescribeLabelRequest,DescribeLabelResult> asyncHandler)
Returns the name of the label.
|
Future<DescribeLabelResult> |
AbstractAmazonLookoutEquipmentAsync.describeLabelAsync(DescribeLabelRequest request,
AsyncHandler<DescribeLabelRequest,DescribeLabelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeLabelResult |
DescribeLabelResult.clone() |
DescribeLabelResult |
DescribeLabelResult.withCreatedAt(Date createdAt)
The time at which the label was created.
|
DescribeLabelResult |
DescribeLabelResult.withEndTime(Date endTime)
The end time of the requested label.
|
DescribeLabelResult |
DescribeLabelResult.withEquipment(String equipment)
Indicates that a label pertains to a particular piece of equipment.
|
DescribeLabelResult |
DescribeLabelResult.withFaultCode(String faultCode)
Indicates the type of anomaly associated with the label.
|
DescribeLabelResult |
DescribeLabelResult.withLabelGroupArn(String labelGroupArn)
The Amazon Resource Name (ARN) of the requested label group.
|
DescribeLabelResult |
DescribeLabelResult.withLabelGroupName(String labelGroupName)
The name of the requested label group.
|
DescribeLabelResult |
DescribeLabelResult.withLabelId(String labelId)
The ID of the requested label.
|
DescribeLabelResult |
DescribeLabelResult.withNotes(String notes)
Metadata providing additional information about the label.
|
DescribeLabelResult |
DescribeLabelResult.withRating(LabelRating rating)
Indicates whether a labeled event represents an anomaly.
|
DescribeLabelResult |
DescribeLabelResult.withRating(String rating)
Indicates whether a labeled event represents an anomaly.
|
DescribeLabelResult |
DescribeLabelResult.withStartTime(Date startTime)
The start time of the requested label.
|
Copyright © 2024. All rights reserved.