@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonLookoutEquipmentAsyncClient extends AmazonLookoutEquipmentClient implements AmazonLookoutEquipmentAsync
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
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.
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_PREFIX
builder, createDataset, createInferenceScheduler, createLabel, createLabelGroup, createModel, createRetrainingScheduler, deleteDataset, deleteInferenceScheduler, deleteLabel, deleteLabelGroup, deleteModel, deleteResourcePolicy, deleteRetrainingScheduler, describeDataIngestionJob, describeDataset, describeInferenceScheduler, describeLabel, describeLabelGroup, describeModel, describeModelVersion, describeResourcePolicy, describeRetrainingScheduler, getCachedResponseMetadata, importDataset, importModelVersion, listDataIngestionJobs, listDatasets, listInferenceEvents, listInferenceExecutions, listInferenceSchedulers, listLabelGroups, listLabels, listModels, listModelVersions, listRetrainingSchedulers, listSensorStatistics, listTagsForResource, putResourcePolicy, startDataIngestionJob, startInferenceScheduler, startRetrainingScheduler, stopInferenceScheduler, stopRetrainingScheduler, tagResource, untagResource, updateActiveModelVersion, updateInferenceScheduler, updateLabelGroup, updateModel, updateRetrainingScheduler
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createDataset, createInferenceScheduler, createLabel, createLabelGroup, createModel, createRetrainingScheduler, deleteDataset, deleteInferenceScheduler, deleteLabel, deleteLabelGroup, deleteModel, deleteResourcePolicy, deleteRetrainingScheduler, describeDataIngestionJob, describeDataset, describeInferenceScheduler, describeLabel, describeLabelGroup, describeModel, describeModelVersion, describeResourcePolicy, describeRetrainingScheduler, getCachedResponseMetadata, importDataset, importModelVersion, listDataIngestionJobs, listDatasets, listInferenceEvents, listInferenceExecutions, listInferenceSchedulers, listLabelGroups, listLabels, listModels, listModelVersions, listRetrainingSchedulers, listSensorStatistics, listTagsForResource, putResourcePolicy, startDataIngestionJob, startInferenceScheduler, startRetrainingScheduler, stopInferenceScheduler, stopRetrainingScheduler, tagResource, untagResource, updateActiveModelVersion, updateInferenceScheduler, updateLabelGroup, updateModel, updateRetrainingScheduler
public static AmazonLookoutEquipmentAsyncClientBuilder asyncBuilder()
public ExecutorService getExecutorService()
public Future<CreateDatasetResult> createDatasetAsync(CreateDatasetRequest request)
AmazonLookoutEquipmentAsync
Creates a container for a collection of data being ingested for analysis. The dataset contains the metadata describing where the data is and what the data actually looks like. For example, it contains the location of the data source, the data schema, and other information. A dataset also contains any tags associated with the ingested data.
createDatasetAsync
in interface AmazonLookoutEquipmentAsync
public Future<CreateDatasetResult> createDatasetAsync(CreateDatasetRequest request, AsyncHandler<CreateDatasetRequest,CreateDatasetResult> asyncHandler)
AmazonLookoutEquipmentAsync
Creates a container for a collection of data being ingested for analysis. The dataset contains the metadata describing where the data is and what the data actually looks like. For example, it contains the location of the data source, the data schema, and other information. A dataset also contains any tags associated with the ingested data.
createDatasetAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateInferenceSchedulerResult> createInferenceSchedulerAsync(CreateInferenceSchedulerRequest request)
AmazonLookoutEquipmentAsync
Creates a scheduled inference. Scheduling an inference is setting up a continuous real-time inference plan to analyze new measurement data. When setting up the schedule, you provide an S3 bucket location for the input data, assign it a delimiter between separate entries in the data, set an offset delay if desired, and set the frequency of inferencing. You must also provide an S3 bucket location for the output data.
createInferenceSchedulerAsync
in interface AmazonLookoutEquipmentAsync
public Future<CreateInferenceSchedulerResult> createInferenceSchedulerAsync(CreateInferenceSchedulerRequest request, AsyncHandler<CreateInferenceSchedulerRequest,CreateInferenceSchedulerResult> asyncHandler)
AmazonLookoutEquipmentAsync
Creates a scheduled inference. Scheduling an inference is setting up a continuous real-time inference plan to analyze new measurement data. When setting up the schedule, you provide an S3 bucket location for the input data, assign it a delimiter between separate entries in the data, set an offset delay if desired, and set the frequency of inferencing. You must also provide an S3 bucket location for the output data.
createInferenceSchedulerAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateLabelResult> createLabelAsync(CreateLabelRequest request)
AmazonLookoutEquipmentAsync
Creates a label for an event.
createLabelAsync
in interface AmazonLookoutEquipmentAsync
public Future<CreateLabelResult> createLabelAsync(CreateLabelRequest request, AsyncHandler<CreateLabelRequest,CreateLabelResult> asyncHandler)
AmazonLookoutEquipmentAsync
Creates a label for an event.
createLabelAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateLabelGroupResult> createLabelGroupAsync(CreateLabelGroupRequest request)
AmazonLookoutEquipmentAsync
Creates a group of labels.
createLabelGroupAsync
in interface AmazonLookoutEquipmentAsync
public Future<CreateLabelGroupResult> createLabelGroupAsync(CreateLabelGroupRequest request, AsyncHandler<CreateLabelGroupRequest,CreateLabelGroupResult> asyncHandler)
AmazonLookoutEquipmentAsync
Creates a group of labels.
createLabelGroupAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateModelResult> createModelAsync(CreateModelRequest request)
AmazonLookoutEquipmentAsync
Creates a machine learning model for data inference.
A machine-learning (ML) model is a mathematical model that finds patterns in your data. In Amazon Lookout for Equipment, the model learns the patterns of normal behavior and detects abnormal behavior that could be potential equipment failure (or maintenance events). The models are made by analyzing normal data and abnormalities in machine behavior that have already occurred.
Your model is trained using a portion of the data from your dataset and uses that data to learn patterns of normal behavior and abnormal patterns that lead to equipment failure. Another portion of the data is used to evaluate the model's accuracy.
createModelAsync
in interface AmazonLookoutEquipmentAsync
public Future<CreateModelResult> createModelAsync(CreateModelRequest request, AsyncHandler<CreateModelRequest,CreateModelResult> asyncHandler)
AmazonLookoutEquipmentAsync
Creates a machine learning model for data inference.
A machine-learning (ML) model is a mathematical model that finds patterns in your data. In Amazon Lookout for Equipment, the model learns the patterns of normal behavior and detects abnormal behavior that could be potential equipment failure (or maintenance events). The models are made by analyzing normal data and abnormalities in machine behavior that have already occurred.
Your model is trained using a portion of the data from your dataset and uses that data to learn patterns of normal behavior and abnormal patterns that lead to equipment failure. Another portion of the data is used to evaluate the model's accuracy.
createModelAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateRetrainingSchedulerResult> createRetrainingSchedulerAsync(CreateRetrainingSchedulerRequest request)
AmazonLookoutEquipmentAsync
Creates a retraining scheduler on the specified model.
createRetrainingSchedulerAsync
in interface AmazonLookoutEquipmentAsync
public Future<CreateRetrainingSchedulerResult> createRetrainingSchedulerAsync(CreateRetrainingSchedulerRequest request, AsyncHandler<CreateRetrainingSchedulerRequest,CreateRetrainingSchedulerResult> asyncHandler)
AmazonLookoutEquipmentAsync
Creates a retraining scheduler on the specified model.
createRetrainingSchedulerAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteDatasetResult> deleteDatasetAsync(DeleteDatasetRequest request)
AmazonLookoutEquipmentAsync
Deletes a dataset and associated artifacts. The operation will check to see if any inference scheduler or data ingestion job is currently using the dataset, and if there isn't, the dataset, its metadata, and any associated data stored in S3 will be deleted. This does not affect any models that used this dataset for training and evaluation, but does prevent it from being used in the future.
deleteDatasetAsync
in interface AmazonLookoutEquipmentAsync
public Future<DeleteDatasetResult> deleteDatasetAsync(DeleteDatasetRequest request, AsyncHandler<DeleteDatasetRequest,DeleteDatasetResult> asyncHandler)
AmazonLookoutEquipmentAsync
Deletes a dataset and associated artifacts. The operation will check to see if any inference scheduler or data ingestion job is currently using the dataset, and if there isn't, the dataset, its metadata, and any associated data stored in S3 will be deleted. This does not affect any models that used this dataset for training and evaluation, but does prevent it from being used in the future.
deleteDatasetAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteInferenceSchedulerResult> deleteInferenceSchedulerAsync(DeleteInferenceSchedulerRequest request)
AmazonLookoutEquipmentAsync
Deletes an inference scheduler that has been set up. Prior inference results will not be deleted.
deleteInferenceSchedulerAsync
in interface AmazonLookoutEquipmentAsync
public Future<DeleteInferenceSchedulerResult> deleteInferenceSchedulerAsync(DeleteInferenceSchedulerRequest request, AsyncHandler<DeleteInferenceSchedulerRequest,DeleteInferenceSchedulerResult> asyncHandler)
AmazonLookoutEquipmentAsync
Deletes an inference scheduler that has been set up. Prior inference results will not be deleted.
deleteInferenceSchedulerAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteLabelResult> deleteLabelAsync(DeleteLabelRequest request)
AmazonLookoutEquipmentAsync
Deletes a label.
deleteLabelAsync
in interface AmazonLookoutEquipmentAsync
public Future<DeleteLabelResult> deleteLabelAsync(DeleteLabelRequest request, AsyncHandler<DeleteLabelRequest,DeleteLabelResult> asyncHandler)
AmazonLookoutEquipmentAsync
Deletes a label.
deleteLabelAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteLabelGroupResult> deleteLabelGroupAsync(DeleteLabelGroupRequest request)
AmazonLookoutEquipmentAsync
Deletes a group of labels.
deleteLabelGroupAsync
in interface AmazonLookoutEquipmentAsync
public Future<DeleteLabelGroupResult> deleteLabelGroupAsync(DeleteLabelGroupRequest request, AsyncHandler<DeleteLabelGroupRequest,DeleteLabelGroupResult> asyncHandler)
AmazonLookoutEquipmentAsync
Deletes a group of labels.
deleteLabelGroupAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteModelResult> deleteModelAsync(DeleteModelRequest request)
AmazonLookoutEquipmentAsync
Deletes a machine learning model currently available for Amazon Lookout for Equipment. This will prevent it from being used with an inference scheduler, even one that is already set up.
deleteModelAsync
in interface AmazonLookoutEquipmentAsync
public Future<DeleteModelResult> deleteModelAsync(DeleteModelRequest request, AsyncHandler<DeleteModelRequest,DeleteModelResult> asyncHandler)
AmazonLookoutEquipmentAsync
Deletes a machine learning model currently available for Amazon Lookout for Equipment. This will prevent it from being used with an inference scheduler, even one that is already set up.
deleteModelAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteResourcePolicyResult> deleteResourcePolicyAsync(DeleteResourcePolicyRequest request)
AmazonLookoutEquipmentAsync
Deletes the resource policy attached to the resource.
deleteResourcePolicyAsync
in interface AmazonLookoutEquipmentAsync
public Future<DeleteResourcePolicyResult> deleteResourcePolicyAsync(DeleteResourcePolicyRequest request, AsyncHandler<DeleteResourcePolicyRequest,DeleteResourcePolicyResult> asyncHandler)
AmazonLookoutEquipmentAsync
Deletes the resource policy attached to the resource.
deleteResourcePolicyAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteRetrainingSchedulerResult> deleteRetrainingSchedulerAsync(DeleteRetrainingSchedulerRequest request)
AmazonLookoutEquipmentAsync
Deletes a retraining scheduler from a model. The retraining scheduler must be in the STOPPED
status.
deleteRetrainingSchedulerAsync
in interface AmazonLookoutEquipmentAsync
public Future<DeleteRetrainingSchedulerResult> deleteRetrainingSchedulerAsync(DeleteRetrainingSchedulerRequest request, AsyncHandler<DeleteRetrainingSchedulerRequest,DeleteRetrainingSchedulerResult> asyncHandler)
AmazonLookoutEquipmentAsync
Deletes a retraining scheduler from a model. The retraining scheduler must be in the STOPPED
status.
deleteRetrainingSchedulerAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeDataIngestionJobResult> describeDataIngestionJobAsync(DescribeDataIngestionJobRequest request)
AmazonLookoutEquipmentAsync
Provides information on a specific data ingestion job such as creation time, dataset ARN, and status.
describeDataIngestionJobAsync
in interface AmazonLookoutEquipmentAsync
public Future<DescribeDataIngestionJobResult> describeDataIngestionJobAsync(DescribeDataIngestionJobRequest request, AsyncHandler<DescribeDataIngestionJobRequest,DescribeDataIngestionJobResult> asyncHandler)
AmazonLookoutEquipmentAsync
Provides information on a specific data ingestion job such as creation time, dataset ARN, and status.
describeDataIngestionJobAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeDatasetResult> describeDatasetAsync(DescribeDatasetRequest request)
AmazonLookoutEquipmentAsync
Provides a JSON description of the data in each time series dataset, including names, column names, and data types.
describeDatasetAsync
in interface AmazonLookoutEquipmentAsync
public Future<DescribeDatasetResult> describeDatasetAsync(DescribeDatasetRequest request, AsyncHandler<DescribeDatasetRequest,DescribeDatasetResult> asyncHandler)
AmazonLookoutEquipmentAsync
Provides a JSON description of the data in each time series dataset, including names, column names, and data types.
describeDatasetAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeInferenceSchedulerResult> describeInferenceSchedulerAsync(DescribeInferenceSchedulerRequest request)
AmazonLookoutEquipmentAsync
Specifies information about the inference scheduler being used, including name, model, status, and associated metadata
describeInferenceSchedulerAsync
in interface AmazonLookoutEquipmentAsync
public Future<DescribeInferenceSchedulerResult> describeInferenceSchedulerAsync(DescribeInferenceSchedulerRequest request, AsyncHandler<DescribeInferenceSchedulerRequest,DescribeInferenceSchedulerResult> asyncHandler)
AmazonLookoutEquipmentAsync
Specifies information about the inference scheduler being used, including name, model, status, and associated metadata
describeInferenceSchedulerAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeLabelResult> describeLabelAsync(DescribeLabelRequest request)
AmazonLookoutEquipmentAsync
Returns the name of the label.
describeLabelAsync
in interface AmazonLookoutEquipmentAsync
public Future<DescribeLabelResult> describeLabelAsync(DescribeLabelRequest request, AsyncHandler<DescribeLabelRequest,DescribeLabelResult> asyncHandler)
AmazonLookoutEquipmentAsync
Returns the name of the label.
describeLabelAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeLabelGroupResult> describeLabelGroupAsync(DescribeLabelGroupRequest request)
AmazonLookoutEquipmentAsync
Returns information about the label group.
describeLabelGroupAsync
in interface AmazonLookoutEquipmentAsync
public Future<DescribeLabelGroupResult> describeLabelGroupAsync(DescribeLabelGroupRequest request, AsyncHandler<DescribeLabelGroupRequest,DescribeLabelGroupResult> asyncHandler)
AmazonLookoutEquipmentAsync
Returns information about the label group.
describeLabelGroupAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeModelResult> describeModelAsync(DescribeModelRequest request)
AmazonLookoutEquipmentAsync
Provides a JSON containing the overall information about a specific machine learning model, including model name and ARN, dataset, training and evaluation information, status, and so on.
describeModelAsync
in interface AmazonLookoutEquipmentAsync
public Future<DescribeModelResult> describeModelAsync(DescribeModelRequest request, AsyncHandler<DescribeModelRequest,DescribeModelResult> asyncHandler)
AmazonLookoutEquipmentAsync
Provides a JSON containing the overall information about a specific machine learning model, including model name and ARN, dataset, training and evaluation information, status, and so on.
describeModelAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeModelVersionResult> describeModelVersionAsync(DescribeModelVersionRequest request)
AmazonLookoutEquipmentAsync
Retrieves information about a specific machine learning model version.
describeModelVersionAsync
in interface AmazonLookoutEquipmentAsync
public Future<DescribeModelVersionResult> describeModelVersionAsync(DescribeModelVersionRequest request, AsyncHandler<DescribeModelVersionRequest,DescribeModelVersionResult> asyncHandler)
AmazonLookoutEquipmentAsync
Retrieves information about a specific machine learning model version.
describeModelVersionAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeResourcePolicyResult> describeResourcePolicyAsync(DescribeResourcePolicyRequest request)
AmazonLookoutEquipmentAsync
Provides the details of a resource policy attached to a resource.
describeResourcePolicyAsync
in interface AmazonLookoutEquipmentAsync
public Future<DescribeResourcePolicyResult> describeResourcePolicyAsync(DescribeResourcePolicyRequest request, AsyncHandler<DescribeResourcePolicyRequest,DescribeResourcePolicyResult> asyncHandler)
AmazonLookoutEquipmentAsync
Provides the details of a resource policy attached to a resource.
describeResourcePolicyAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeRetrainingSchedulerResult> describeRetrainingSchedulerAsync(DescribeRetrainingSchedulerRequest request)
AmazonLookoutEquipmentAsync
Provides a description of the retraining scheduler, including information such as the model name and retraining parameters.
describeRetrainingSchedulerAsync
in interface AmazonLookoutEquipmentAsync
public Future<DescribeRetrainingSchedulerResult> describeRetrainingSchedulerAsync(DescribeRetrainingSchedulerRequest request, AsyncHandler<DescribeRetrainingSchedulerRequest,DescribeRetrainingSchedulerResult> asyncHandler)
AmazonLookoutEquipmentAsync
Provides a description of the retraining scheduler, including information such as the model name and retraining parameters.
describeRetrainingSchedulerAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ImportDatasetResult> importDatasetAsync(ImportDatasetRequest request)
AmazonLookoutEquipmentAsync
Imports a dataset.
importDatasetAsync
in interface AmazonLookoutEquipmentAsync
public Future<ImportDatasetResult> importDatasetAsync(ImportDatasetRequest request, AsyncHandler<ImportDatasetRequest,ImportDatasetResult> asyncHandler)
AmazonLookoutEquipmentAsync
Imports a dataset.
importDatasetAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ImportModelVersionResult> importModelVersionAsync(ImportModelVersionRequest request)
AmazonLookoutEquipmentAsync
Imports a model that has been trained successfully.
importModelVersionAsync
in interface AmazonLookoutEquipmentAsync
public Future<ImportModelVersionResult> importModelVersionAsync(ImportModelVersionRequest request, AsyncHandler<ImportModelVersionRequest,ImportModelVersionResult> asyncHandler)
AmazonLookoutEquipmentAsync
Imports a model that has been trained successfully.
importModelVersionAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListDataIngestionJobsResult> listDataIngestionJobsAsync(ListDataIngestionJobsRequest request)
AmazonLookoutEquipmentAsync
Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data, status, and so on.
listDataIngestionJobsAsync
in interface AmazonLookoutEquipmentAsync
public Future<ListDataIngestionJobsResult> listDataIngestionJobsAsync(ListDataIngestionJobsRequest request, AsyncHandler<ListDataIngestionJobsRequest,ListDataIngestionJobsResult> asyncHandler)
AmazonLookoutEquipmentAsync
Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data, status, and so on.
listDataIngestionJobsAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListDatasetsResult> listDatasetsAsync(ListDatasetsRequest request)
AmazonLookoutEquipmentAsync
Lists all datasets currently available in your account, filtering on the dataset name.
listDatasetsAsync
in interface AmazonLookoutEquipmentAsync
public Future<ListDatasetsResult> listDatasetsAsync(ListDatasetsRequest request, AsyncHandler<ListDatasetsRequest,ListDatasetsResult> asyncHandler)
AmazonLookoutEquipmentAsync
Lists all datasets currently available in your account, filtering on the dataset name.
listDatasetsAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListInferenceEventsResult> listInferenceEventsAsync(ListInferenceEventsRequest request)
AmazonLookoutEquipmentAsync
Lists all inference events that have been found for the specified inference scheduler.
listInferenceEventsAsync
in interface AmazonLookoutEquipmentAsync
public Future<ListInferenceEventsResult> listInferenceEventsAsync(ListInferenceEventsRequest request, AsyncHandler<ListInferenceEventsRequest,ListInferenceEventsResult> asyncHandler)
AmazonLookoutEquipmentAsync
Lists all inference events that have been found for the specified inference scheduler.
listInferenceEventsAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListInferenceExecutionsResult> listInferenceExecutionsAsync(ListInferenceExecutionsRequest request)
AmazonLookoutEquipmentAsync
Lists all inference executions that have been performed by the specified inference scheduler.
listInferenceExecutionsAsync
in interface AmazonLookoutEquipmentAsync
public Future<ListInferenceExecutionsResult> listInferenceExecutionsAsync(ListInferenceExecutionsRequest request, AsyncHandler<ListInferenceExecutionsRequest,ListInferenceExecutionsResult> asyncHandler)
AmazonLookoutEquipmentAsync
Lists all inference executions that have been performed by the specified inference scheduler.
listInferenceExecutionsAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListInferenceSchedulersResult> listInferenceSchedulersAsync(ListInferenceSchedulersRequest request)
AmazonLookoutEquipmentAsync
Retrieves a list of all inference schedulers currently available for your account.
listInferenceSchedulersAsync
in interface AmazonLookoutEquipmentAsync
public Future<ListInferenceSchedulersResult> listInferenceSchedulersAsync(ListInferenceSchedulersRequest request, AsyncHandler<ListInferenceSchedulersRequest,ListInferenceSchedulersResult> asyncHandler)
AmazonLookoutEquipmentAsync
Retrieves a list of all inference schedulers currently available for your account.
listInferenceSchedulersAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListLabelGroupsResult> listLabelGroupsAsync(ListLabelGroupsRequest request)
AmazonLookoutEquipmentAsync
Returns a list of the label groups.
listLabelGroupsAsync
in interface AmazonLookoutEquipmentAsync
public Future<ListLabelGroupsResult> listLabelGroupsAsync(ListLabelGroupsRequest request, AsyncHandler<ListLabelGroupsRequest,ListLabelGroupsResult> asyncHandler)
AmazonLookoutEquipmentAsync
Returns a list of the label groups.
listLabelGroupsAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListLabelsResult> listLabelsAsync(ListLabelsRequest request)
AmazonLookoutEquipmentAsync
Provides a list of labels.
listLabelsAsync
in interface AmazonLookoutEquipmentAsync
public Future<ListLabelsResult> listLabelsAsync(ListLabelsRequest request, AsyncHandler<ListLabelsRequest,ListLabelsResult> asyncHandler)
AmazonLookoutEquipmentAsync
Provides a list of labels.
listLabelsAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListModelVersionsResult> listModelVersionsAsync(ListModelVersionsRequest request)
AmazonLookoutEquipmentAsync
Generates a list of all model versions for a given model, including the model version, model version ARN, and
status. To list a subset of versions, use the MaxModelVersion
and MinModelVersion
fields.
listModelVersionsAsync
in interface AmazonLookoutEquipmentAsync
public Future<ListModelVersionsResult> listModelVersionsAsync(ListModelVersionsRequest request, AsyncHandler<ListModelVersionsRequest,ListModelVersionsResult> asyncHandler)
AmazonLookoutEquipmentAsync
Generates a list of all model versions for a given model, including the model version, model version ARN, and
status. To list a subset of versions, use the MaxModelVersion
and MinModelVersion
fields.
listModelVersionsAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListModelsResult> listModelsAsync(ListModelsRequest request)
AmazonLookoutEquipmentAsync
Generates a list of all models in the account, including model name and ARN, dataset, and status.
listModelsAsync
in interface AmazonLookoutEquipmentAsync
public Future<ListModelsResult> listModelsAsync(ListModelsRequest request, AsyncHandler<ListModelsRequest,ListModelsResult> asyncHandler)
AmazonLookoutEquipmentAsync
Generates a list of all models in the account, including model name and ARN, dataset, and status.
listModelsAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListRetrainingSchedulersResult> listRetrainingSchedulersAsync(ListRetrainingSchedulersRequest request)
AmazonLookoutEquipmentAsync
Lists all retraining schedulers in your account, filtering by model name prefix and status.
listRetrainingSchedulersAsync
in interface AmazonLookoutEquipmentAsync
public Future<ListRetrainingSchedulersResult> listRetrainingSchedulersAsync(ListRetrainingSchedulersRequest request, AsyncHandler<ListRetrainingSchedulersRequest,ListRetrainingSchedulersResult> asyncHandler)
AmazonLookoutEquipmentAsync
Lists all retraining schedulers in your account, filtering by model name prefix and status.
listRetrainingSchedulersAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListSensorStatisticsResult> listSensorStatisticsAsync(ListSensorStatisticsRequest request)
AmazonLookoutEquipmentAsync
Lists statistics about the data collected for each of the sensors that have been successfully ingested in the particular dataset. Can also be used to retreive Sensor Statistics for a previous ingestion job.
listSensorStatisticsAsync
in interface AmazonLookoutEquipmentAsync
public Future<ListSensorStatisticsResult> listSensorStatisticsAsync(ListSensorStatisticsRequest request, AsyncHandler<ListSensorStatisticsRequest,ListSensorStatisticsResult> asyncHandler)
AmazonLookoutEquipmentAsync
Lists statistics about the data collected for each of the sensors that have been successfully ingested in the particular dataset. Can also be used to retreive Sensor Statistics for a previous ingestion job.
listSensorStatisticsAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AmazonLookoutEquipmentAsync
Lists all the tags for a specified resource, including key and value.
listTagsForResourceAsync
in interface AmazonLookoutEquipmentAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AmazonLookoutEquipmentAsync
Lists all the tags for a specified resource, including key and value.
listTagsForResourceAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<PutResourcePolicyResult> putResourcePolicyAsync(PutResourcePolicyRequest request)
AmazonLookoutEquipmentAsync
Creates a resource control policy for a given resource.
putResourcePolicyAsync
in interface AmazonLookoutEquipmentAsync
public Future<PutResourcePolicyResult> putResourcePolicyAsync(PutResourcePolicyRequest request, AsyncHandler<PutResourcePolicyRequest,PutResourcePolicyResult> asyncHandler)
AmazonLookoutEquipmentAsync
Creates a resource control policy for a given resource.
putResourcePolicyAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartDataIngestionJobResult> startDataIngestionJobAsync(StartDataIngestionJobRequest request)
AmazonLookoutEquipmentAsync
Starts a data ingestion job. Amazon Lookout for Equipment returns the job status.
startDataIngestionJobAsync
in interface AmazonLookoutEquipmentAsync
public Future<StartDataIngestionJobResult> startDataIngestionJobAsync(StartDataIngestionJobRequest request, AsyncHandler<StartDataIngestionJobRequest,StartDataIngestionJobResult> asyncHandler)
AmazonLookoutEquipmentAsync
Starts a data ingestion job. Amazon Lookout for Equipment returns the job status.
startDataIngestionJobAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartInferenceSchedulerResult> startInferenceSchedulerAsync(StartInferenceSchedulerRequest request)
AmazonLookoutEquipmentAsync
Starts an inference scheduler.
startInferenceSchedulerAsync
in interface AmazonLookoutEquipmentAsync
public Future<StartInferenceSchedulerResult> startInferenceSchedulerAsync(StartInferenceSchedulerRequest request, AsyncHandler<StartInferenceSchedulerRequest,StartInferenceSchedulerResult> asyncHandler)
AmazonLookoutEquipmentAsync
Starts an inference scheduler.
startInferenceSchedulerAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartRetrainingSchedulerResult> startRetrainingSchedulerAsync(StartRetrainingSchedulerRequest request)
AmazonLookoutEquipmentAsync
Starts a retraining scheduler.
startRetrainingSchedulerAsync
in interface AmazonLookoutEquipmentAsync
public Future<StartRetrainingSchedulerResult> startRetrainingSchedulerAsync(StartRetrainingSchedulerRequest request, AsyncHandler<StartRetrainingSchedulerRequest,StartRetrainingSchedulerResult> asyncHandler)
AmazonLookoutEquipmentAsync
Starts a retraining scheduler.
startRetrainingSchedulerAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StopInferenceSchedulerResult> stopInferenceSchedulerAsync(StopInferenceSchedulerRequest request)
AmazonLookoutEquipmentAsync
Stops an inference scheduler.
stopInferenceSchedulerAsync
in interface AmazonLookoutEquipmentAsync
public Future<StopInferenceSchedulerResult> stopInferenceSchedulerAsync(StopInferenceSchedulerRequest request, AsyncHandler<StopInferenceSchedulerRequest,StopInferenceSchedulerResult> asyncHandler)
AmazonLookoutEquipmentAsync
Stops an inference scheduler.
stopInferenceSchedulerAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StopRetrainingSchedulerResult> stopRetrainingSchedulerAsync(StopRetrainingSchedulerRequest request)
AmazonLookoutEquipmentAsync
Stops a retraining scheduler.
stopRetrainingSchedulerAsync
in interface AmazonLookoutEquipmentAsync
public Future<StopRetrainingSchedulerResult> stopRetrainingSchedulerAsync(StopRetrainingSchedulerRequest request, AsyncHandler<StopRetrainingSchedulerRequest,StopRetrainingSchedulerResult> asyncHandler)
AmazonLookoutEquipmentAsync
Stops a retraining scheduler.
stopRetrainingSchedulerAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AmazonLookoutEquipmentAsync
Associates a given tag to a resource in your account. A tag is a key-value pair which can be added to an Amazon Lookout for Equipment resource as metadata. Tags can be used for organizing your resources as well as helping you to search and filter by tag. Multiple tags can be added to a resource, either when you create it, or later. Up to 50 tags can be associated with each resource.
tagResourceAsync
in interface AmazonLookoutEquipmentAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AmazonLookoutEquipmentAsync
Associates a given tag to a resource in your account. A tag is a key-value pair which can be added to an Amazon Lookout for Equipment resource as metadata. Tags can be used for organizing your resources as well as helping you to search and filter by tag. Multiple tags can be added to a resource, either when you create it, or later. Up to 50 tags can be associated with each resource.
tagResourceAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AmazonLookoutEquipmentAsync
Removes a specific tag from a given resource. The tag is specified by its key.
untagResourceAsync
in interface AmazonLookoutEquipmentAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AmazonLookoutEquipmentAsync
Removes a specific tag from a given resource. The tag is specified by its key.
untagResourceAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateActiveModelVersionResult> updateActiveModelVersionAsync(UpdateActiveModelVersionRequest request)
AmazonLookoutEquipmentAsync
Sets the active model version for a given machine learning model.
updateActiveModelVersionAsync
in interface AmazonLookoutEquipmentAsync
public Future<UpdateActiveModelVersionResult> updateActiveModelVersionAsync(UpdateActiveModelVersionRequest request, AsyncHandler<UpdateActiveModelVersionRequest,UpdateActiveModelVersionResult> asyncHandler)
AmazonLookoutEquipmentAsync
Sets the active model version for a given machine learning model.
updateActiveModelVersionAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateInferenceSchedulerResult> updateInferenceSchedulerAsync(UpdateInferenceSchedulerRequest request)
AmazonLookoutEquipmentAsync
Updates an inference scheduler.
updateInferenceSchedulerAsync
in interface AmazonLookoutEquipmentAsync
public Future<UpdateInferenceSchedulerResult> updateInferenceSchedulerAsync(UpdateInferenceSchedulerRequest request, AsyncHandler<UpdateInferenceSchedulerRequest,UpdateInferenceSchedulerResult> asyncHandler)
AmazonLookoutEquipmentAsync
Updates an inference scheduler.
updateInferenceSchedulerAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateLabelGroupResult> updateLabelGroupAsync(UpdateLabelGroupRequest request)
AmazonLookoutEquipmentAsync
Updates the label group.
updateLabelGroupAsync
in interface AmazonLookoutEquipmentAsync
public Future<UpdateLabelGroupResult> updateLabelGroupAsync(UpdateLabelGroupRequest request, AsyncHandler<UpdateLabelGroupRequest,UpdateLabelGroupResult> asyncHandler)
AmazonLookoutEquipmentAsync
Updates the label group.
updateLabelGroupAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateModelResult> updateModelAsync(UpdateModelRequest request)
AmazonLookoutEquipmentAsync
Updates a model in the account.
updateModelAsync
in interface AmazonLookoutEquipmentAsync
public Future<UpdateModelResult> updateModelAsync(UpdateModelRequest request, AsyncHandler<UpdateModelRequest,UpdateModelResult> asyncHandler)
AmazonLookoutEquipmentAsync
Updates a model in the account.
updateModelAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateRetrainingSchedulerResult> updateRetrainingSchedulerAsync(UpdateRetrainingSchedulerRequest request)
AmazonLookoutEquipmentAsync
Updates a retraining scheduler.
updateRetrainingSchedulerAsync
in interface AmazonLookoutEquipmentAsync
public Future<UpdateRetrainingSchedulerResult> updateRetrainingSchedulerAsync(UpdateRetrainingSchedulerRequest request, AsyncHandler<UpdateRetrainingSchedulerRequest,UpdateRetrainingSchedulerResult> asyncHandler)
AmazonLookoutEquipmentAsync
Updates a retraining scheduler.
updateRetrainingSchedulerAsync
in interface AmazonLookoutEquipmentAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public void shutdown()
getExecutorService().shutdown()
followed by getExecutorService().awaitTermination()
prior to
calling this method.shutdown
in interface AmazonLookoutEquipment
shutdown
in class AmazonLookoutEquipmentClient