@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AmazonLookoutEquipmentAsync extends AmazonLookoutEquipment
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAmazonLookoutEquipmentAsync
instead.
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.
ENDPOINT_PREFIX
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, shutdown, startDataIngestionJob, startInferenceScheduler, startRetrainingScheduler, stopInferenceScheduler, stopRetrainingScheduler, tagResource, untagResource, updateActiveModelVersion, updateInferenceScheduler, updateLabelGroup, updateModel, updateRetrainingScheduler
Future<CreateDatasetResult> createDatasetAsync(CreateDatasetRequest createDatasetRequest)
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.
createDatasetRequest
- Future<CreateDatasetResult> createDatasetAsync(CreateDatasetRequest createDatasetRequest, AsyncHandler<CreateDatasetRequest,CreateDatasetResult> asyncHandler)
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.
createDatasetRequest
- 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.Future<CreateInferenceSchedulerResult> createInferenceSchedulerAsync(CreateInferenceSchedulerRequest createInferenceSchedulerRequest)
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.
createInferenceSchedulerRequest
- Future<CreateInferenceSchedulerResult> createInferenceSchedulerAsync(CreateInferenceSchedulerRequest createInferenceSchedulerRequest, AsyncHandler<CreateInferenceSchedulerRequest,CreateInferenceSchedulerResult> asyncHandler)
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.
createInferenceSchedulerRequest
- 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.Future<CreateLabelResult> createLabelAsync(CreateLabelRequest createLabelRequest)
Creates a label for an event.
createLabelRequest
- Future<CreateLabelResult> createLabelAsync(CreateLabelRequest createLabelRequest, AsyncHandler<CreateLabelRequest,CreateLabelResult> asyncHandler)
Creates a label for an event.
createLabelRequest
- 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.Future<CreateLabelGroupResult> createLabelGroupAsync(CreateLabelGroupRequest createLabelGroupRequest)
Creates a group of labels.
createLabelGroupRequest
- Future<CreateLabelGroupResult> createLabelGroupAsync(CreateLabelGroupRequest createLabelGroupRequest, AsyncHandler<CreateLabelGroupRequest,CreateLabelGroupResult> asyncHandler)
Creates a group of labels.
createLabelGroupRequest
- 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.Future<CreateModelResult> createModelAsync(CreateModelRequest createModelRequest)
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.
createModelRequest
- Future<CreateModelResult> createModelAsync(CreateModelRequest createModelRequest, AsyncHandler<CreateModelRequest,CreateModelResult> asyncHandler)
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.
createModelRequest
- 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.Future<CreateRetrainingSchedulerResult> createRetrainingSchedulerAsync(CreateRetrainingSchedulerRequest createRetrainingSchedulerRequest)
Creates a retraining scheduler on the specified model.
createRetrainingSchedulerRequest
- Future<CreateRetrainingSchedulerResult> createRetrainingSchedulerAsync(CreateRetrainingSchedulerRequest createRetrainingSchedulerRequest, AsyncHandler<CreateRetrainingSchedulerRequest,CreateRetrainingSchedulerResult> asyncHandler)
Creates a retraining scheduler on the specified model.
createRetrainingSchedulerRequest
- 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.Future<DeleteDatasetResult> deleteDatasetAsync(DeleteDatasetRequest deleteDatasetRequest)
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.
deleteDatasetRequest
- Future<DeleteDatasetResult> deleteDatasetAsync(DeleteDatasetRequest deleteDatasetRequest, AsyncHandler<DeleteDatasetRequest,DeleteDatasetResult> asyncHandler)
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.
deleteDatasetRequest
- 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.Future<DeleteInferenceSchedulerResult> deleteInferenceSchedulerAsync(DeleteInferenceSchedulerRequest deleteInferenceSchedulerRequest)
Deletes an inference scheduler that has been set up. Prior inference results will not be deleted.
deleteInferenceSchedulerRequest
- Future<DeleteInferenceSchedulerResult> deleteInferenceSchedulerAsync(DeleteInferenceSchedulerRequest deleteInferenceSchedulerRequest, AsyncHandler<DeleteInferenceSchedulerRequest,DeleteInferenceSchedulerResult> asyncHandler)
Deletes an inference scheduler that has been set up. Prior inference results will not be deleted.
deleteInferenceSchedulerRequest
- 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.Future<DeleteLabelResult> deleteLabelAsync(DeleteLabelRequest deleteLabelRequest)
Deletes a label.
deleteLabelRequest
- Future<DeleteLabelResult> deleteLabelAsync(DeleteLabelRequest deleteLabelRequest, AsyncHandler<DeleteLabelRequest,DeleteLabelResult> asyncHandler)
Deletes a label.
deleteLabelRequest
- 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.Future<DeleteLabelGroupResult> deleteLabelGroupAsync(DeleteLabelGroupRequest deleteLabelGroupRequest)
Deletes a group of labels.
deleteLabelGroupRequest
- Future<DeleteLabelGroupResult> deleteLabelGroupAsync(DeleteLabelGroupRequest deleteLabelGroupRequest, AsyncHandler<DeleteLabelGroupRequest,DeleteLabelGroupResult> asyncHandler)
Deletes a group of labels.
deleteLabelGroupRequest
- 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.Future<DeleteModelResult> deleteModelAsync(DeleteModelRequest deleteModelRequest)
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.
deleteModelRequest
- Future<DeleteModelResult> deleteModelAsync(DeleteModelRequest deleteModelRequest, AsyncHandler<DeleteModelRequest,DeleteModelResult> asyncHandler)
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.
deleteModelRequest
- 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.Future<DeleteResourcePolicyResult> deleteResourcePolicyAsync(DeleteResourcePolicyRequest deleteResourcePolicyRequest)
Deletes the resource policy attached to the resource.
deleteResourcePolicyRequest
- Future<DeleteResourcePolicyResult> deleteResourcePolicyAsync(DeleteResourcePolicyRequest deleteResourcePolicyRequest, AsyncHandler<DeleteResourcePolicyRequest,DeleteResourcePolicyResult> asyncHandler)
Deletes the resource policy attached to the resource.
deleteResourcePolicyRequest
- 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.Future<DeleteRetrainingSchedulerResult> deleteRetrainingSchedulerAsync(DeleteRetrainingSchedulerRequest deleteRetrainingSchedulerRequest)
Deletes a retraining scheduler from a model. The retraining scheduler must be in the STOPPED
status.
deleteRetrainingSchedulerRequest
- Future<DeleteRetrainingSchedulerResult> deleteRetrainingSchedulerAsync(DeleteRetrainingSchedulerRequest deleteRetrainingSchedulerRequest, AsyncHandler<DeleteRetrainingSchedulerRequest,DeleteRetrainingSchedulerResult> asyncHandler)
Deletes a retraining scheduler from a model. The retraining scheduler must be in the STOPPED
status.
deleteRetrainingSchedulerRequest
- 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.Future<DescribeDataIngestionJobResult> describeDataIngestionJobAsync(DescribeDataIngestionJobRequest describeDataIngestionJobRequest)
Provides information on a specific data ingestion job such as creation time, dataset ARN, and status.
describeDataIngestionJobRequest
- Future<DescribeDataIngestionJobResult> describeDataIngestionJobAsync(DescribeDataIngestionJobRequest describeDataIngestionJobRequest, AsyncHandler<DescribeDataIngestionJobRequest,DescribeDataIngestionJobResult> asyncHandler)
Provides information on a specific data ingestion job such as creation time, dataset ARN, and status.
describeDataIngestionJobRequest
- 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.Future<DescribeDatasetResult> describeDatasetAsync(DescribeDatasetRequest describeDatasetRequest)
Provides a JSON description of the data in each time series dataset, including names, column names, and data types.
describeDatasetRequest
- Future<DescribeDatasetResult> describeDatasetAsync(DescribeDatasetRequest describeDatasetRequest, AsyncHandler<DescribeDatasetRequest,DescribeDatasetResult> asyncHandler)
Provides a JSON description of the data in each time series dataset, including names, column names, and data types.
describeDatasetRequest
- 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.Future<DescribeInferenceSchedulerResult> describeInferenceSchedulerAsync(DescribeInferenceSchedulerRequest describeInferenceSchedulerRequest)
Specifies information about the inference scheduler being used, including name, model, status, and associated metadata
describeInferenceSchedulerRequest
- Future<DescribeInferenceSchedulerResult> describeInferenceSchedulerAsync(DescribeInferenceSchedulerRequest describeInferenceSchedulerRequest, AsyncHandler<DescribeInferenceSchedulerRequest,DescribeInferenceSchedulerResult> asyncHandler)
Specifies information about the inference scheduler being used, including name, model, status, and associated metadata
describeInferenceSchedulerRequest
- 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.Future<DescribeLabelResult> describeLabelAsync(DescribeLabelRequest describeLabelRequest)
Returns the name of the label.
describeLabelRequest
- Future<DescribeLabelResult> describeLabelAsync(DescribeLabelRequest describeLabelRequest, AsyncHandler<DescribeLabelRequest,DescribeLabelResult> asyncHandler)
Returns the name of the label.
describeLabelRequest
- 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.Future<DescribeLabelGroupResult> describeLabelGroupAsync(DescribeLabelGroupRequest describeLabelGroupRequest)
Returns information about the label group.
describeLabelGroupRequest
- Future<DescribeLabelGroupResult> describeLabelGroupAsync(DescribeLabelGroupRequest describeLabelGroupRequest, AsyncHandler<DescribeLabelGroupRequest,DescribeLabelGroupResult> asyncHandler)
Returns information about the label group.
describeLabelGroupRequest
- 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.Future<DescribeModelResult> describeModelAsync(DescribeModelRequest describeModelRequest)
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.
describeModelRequest
- Future<DescribeModelResult> describeModelAsync(DescribeModelRequest describeModelRequest, AsyncHandler<DescribeModelRequest,DescribeModelResult> asyncHandler)
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.
describeModelRequest
- 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.Future<DescribeModelVersionResult> describeModelVersionAsync(DescribeModelVersionRequest describeModelVersionRequest)
Retrieves information about a specific machine learning model version.
describeModelVersionRequest
- Future<DescribeModelVersionResult> describeModelVersionAsync(DescribeModelVersionRequest describeModelVersionRequest, AsyncHandler<DescribeModelVersionRequest,DescribeModelVersionResult> asyncHandler)
Retrieves information about a specific machine learning model version.
describeModelVersionRequest
- 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.Future<DescribeResourcePolicyResult> describeResourcePolicyAsync(DescribeResourcePolicyRequest describeResourcePolicyRequest)
Provides the details of a resource policy attached to a resource.
describeResourcePolicyRequest
- Future<DescribeResourcePolicyResult> describeResourcePolicyAsync(DescribeResourcePolicyRequest describeResourcePolicyRequest, AsyncHandler<DescribeResourcePolicyRequest,DescribeResourcePolicyResult> asyncHandler)
Provides the details of a resource policy attached to a resource.
describeResourcePolicyRequest
- 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.Future<DescribeRetrainingSchedulerResult> describeRetrainingSchedulerAsync(DescribeRetrainingSchedulerRequest describeRetrainingSchedulerRequest)
Provides a description of the retraining scheduler, including information such as the model name and retraining parameters.
describeRetrainingSchedulerRequest
- Future<DescribeRetrainingSchedulerResult> describeRetrainingSchedulerAsync(DescribeRetrainingSchedulerRequest describeRetrainingSchedulerRequest, AsyncHandler<DescribeRetrainingSchedulerRequest,DescribeRetrainingSchedulerResult> asyncHandler)
Provides a description of the retraining scheduler, including information such as the model name and retraining parameters.
describeRetrainingSchedulerRequest
- 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.Future<ImportDatasetResult> importDatasetAsync(ImportDatasetRequest importDatasetRequest)
Imports a dataset.
importDatasetRequest
- Future<ImportDatasetResult> importDatasetAsync(ImportDatasetRequest importDatasetRequest, AsyncHandler<ImportDatasetRequest,ImportDatasetResult> asyncHandler)
Imports a dataset.
importDatasetRequest
- 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.Future<ImportModelVersionResult> importModelVersionAsync(ImportModelVersionRequest importModelVersionRequest)
Imports a model that has been trained successfully.
importModelVersionRequest
- Future<ImportModelVersionResult> importModelVersionAsync(ImportModelVersionRequest importModelVersionRequest, AsyncHandler<ImportModelVersionRequest,ImportModelVersionResult> asyncHandler)
Imports a model that has been trained successfully.
importModelVersionRequest
- 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.Future<ListDataIngestionJobsResult> listDataIngestionJobsAsync(ListDataIngestionJobsRequest listDataIngestionJobsRequest)
Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data, status, and so on.
listDataIngestionJobsRequest
- Future<ListDataIngestionJobsResult> listDataIngestionJobsAsync(ListDataIngestionJobsRequest listDataIngestionJobsRequest, AsyncHandler<ListDataIngestionJobsRequest,ListDataIngestionJobsResult> asyncHandler)
Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data, status, and so on.
listDataIngestionJobsRequest
- 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.Future<ListDatasetsResult> listDatasetsAsync(ListDatasetsRequest listDatasetsRequest)
Lists all datasets currently available in your account, filtering on the dataset name.
listDatasetsRequest
- Future<ListDatasetsResult> listDatasetsAsync(ListDatasetsRequest listDatasetsRequest, AsyncHandler<ListDatasetsRequest,ListDatasetsResult> asyncHandler)
Lists all datasets currently available in your account, filtering on the dataset name.
listDatasetsRequest
- 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.Future<ListInferenceEventsResult> listInferenceEventsAsync(ListInferenceEventsRequest listInferenceEventsRequest)
Lists all inference events that have been found for the specified inference scheduler.
listInferenceEventsRequest
- Future<ListInferenceEventsResult> listInferenceEventsAsync(ListInferenceEventsRequest listInferenceEventsRequest, AsyncHandler<ListInferenceEventsRequest,ListInferenceEventsResult> asyncHandler)
Lists all inference events that have been found for the specified inference scheduler.
listInferenceEventsRequest
- 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.Future<ListInferenceExecutionsResult> listInferenceExecutionsAsync(ListInferenceExecutionsRequest listInferenceExecutionsRequest)
Lists all inference executions that have been performed by the specified inference scheduler.
listInferenceExecutionsRequest
- Future<ListInferenceExecutionsResult> listInferenceExecutionsAsync(ListInferenceExecutionsRequest listInferenceExecutionsRequest, AsyncHandler<ListInferenceExecutionsRequest,ListInferenceExecutionsResult> asyncHandler)
Lists all inference executions that have been performed by the specified inference scheduler.
listInferenceExecutionsRequest
- 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.Future<ListInferenceSchedulersResult> listInferenceSchedulersAsync(ListInferenceSchedulersRequest listInferenceSchedulersRequest)
Retrieves a list of all inference schedulers currently available for your account.
listInferenceSchedulersRequest
- Future<ListInferenceSchedulersResult> listInferenceSchedulersAsync(ListInferenceSchedulersRequest listInferenceSchedulersRequest, AsyncHandler<ListInferenceSchedulersRequest,ListInferenceSchedulersResult> asyncHandler)
Retrieves a list of all inference schedulers currently available for your account.
listInferenceSchedulersRequest
- 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.Future<ListLabelGroupsResult> listLabelGroupsAsync(ListLabelGroupsRequest listLabelGroupsRequest)
Returns a list of the label groups.
listLabelGroupsRequest
- Future<ListLabelGroupsResult> listLabelGroupsAsync(ListLabelGroupsRequest listLabelGroupsRequest, AsyncHandler<ListLabelGroupsRequest,ListLabelGroupsResult> asyncHandler)
Returns a list of the label groups.
listLabelGroupsRequest
- 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.Future<ListLabelsResult> listLabelsAsync(ListLabelsRequest listLabelsRequest)
Provides a list of labels.
listLabelsRequest
- Future<ListLabelsResult> listLabelsAsync(ListLabelsRequest listLabelsRequest, AsyncHandler<ListLabelsRequest,ListLabelsResult> asyncHandler)
Provides a list of labels.
listLabelsRequest
- 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.Future<ListModelVersionsResult> listModelVersionsAsync(ListModelVersionsRequest listModelVersionsRequest)
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.
listModelVersionsRequest
- Future<ListModelVersionsResult> listModelVersionsAsync(ListModelVersionsRequest listModelVersionsRequest, AsyncHandler<ListModelVersionsRequest,ListModelVersionsResult> asyncHandler)
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.
listModelVersionsRequest
- 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.Future<ListModelsResult> listModelsAsync(ListModelsRequest listModelsRequest)
Generates a list of all models in the account, including model name and ARN, dataset, and status.
listModelsRequest
- Future<ListModelsResult> listModelsAsync(ListModelsRequest listModelsRequest, AsyncHandler<ListModelsRequest,ListModelsResult> asyncHandler)
Generates a list of all models in the account, including model name and ARN, dataset, and status.
listModelsRequest
- 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.Future<ListRetrainingSchedulersResult> listRetrainingSchedulersAsync(ListRetrainingSchedulersRequest listRetrainingSchedulersRequest)
Lists all retraining schedulers in your account, filtering by model name prefix and status.
listRetrainingSchedulersRequest
- Future<ListRetrainingSchedulersResult> listRetrainingSchedulersAsync(ListRetrainingSchedulersRequest listRetrainingSchedulersRequest, AsyncHandler<ListRetrainingSchedulersRequest,ListRetrainingSchedulersResult> asyncHandler)
Lists all retraining schedulers in your account, filtering by model name prefix and status.
listRetrainingSchedulersRequest
- 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.Future<ListSensorStatisticsResult> listSensorStatisticsAsync(ListSensorStatisticsRequest listSensorStatisticsRequest)
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.
listSensorStatisticsRequest
- Future<ListSensorStatisticsResult> listSensorStatisticsAsync(ListSensorStatisticsRequest listSensorStatisticsRequest, AsyncHandler<ListSensorStatisticsRequest,ListSensorStatisticsResult> asyncHandler)
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.
listSensorStatisticsRequest
- 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.Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all the tags for a specified resource, including key and value.
listTagsForResourceRequest
- Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Lists all the tags for a specified resource, including key and value.
listTagsForResourceRequest
- 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.Future<PutResourcePolicyResult> putResourcePolicyAsync(PutResourcePolicyRequest putResourcePolicyRequest)
Creates a resource control policy for a given resource.
putResourcePolicyRequest
- Future<PutResourcePolicyResult> putResourcePolicyAsync(PutResourcePolicyRequest putResourcePolicyRequest, AsyncHandler<PutResourcePolicyRequest,PutResourcePolicyResult> asyncHandler)
Creates a resource control policy for a given resource.
putResourcePolicyRequest
- 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.Future<StartDataIngestionJobResult> startDataIngestionJobAsync(StartDataIngestionJobRequest startDataIngestionJobRequest)
Starts a data ingestion job. Amazon Lookout for Equipment returns the job status.
startDataIngestionJobRequest
- Future<StartDataIngestionJobResult> startDataIngestionJobAsync(StartDataIngestionJobRequest startDataIngestionJobRequest, AsyncHandler<StartDataIngestionJobRequest,StartDataIngestionJobResult> asyncHandler)
Starts a data ingestion job. Amazon Lookout for Equipment returns the job status.
startDataIngestionJobRequest
- 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.Future<StartInferenceSchedulerResult> startInferenceSchedulerAsync(StartInferenceSchedulerRequest startInferenceSchedulerRequest)
Starts an inference scheduler.
startInferenceSchedulerRequest
- Future<StartInferenceSchedulerResult> startInferenceSchedulerAsync(StartInferenceSchedulerRequest startInferenceSchedulerRequest, AsyncHandler<StartInferenceSchedulerRequest,StartInferenceSchedulerResult> asyncHandler)
Starts an inference scheduler.
startInferenceSchedulerRequest
- 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.Future<StartRetrainingSchedulerResult> startRetrainingSchedulerAsync(StartRetrainingSchedulerRequest startRetrainingSchedulerRequest)
Starts a retraining scheduler.
startRetrainingSchedulerRequest
- Future<StartRetrainingSchedulerResult> startRetrainingSchedulerAsync(StartRetrainingSchedulerRequest startRetrainingSchedulerRequest, AsyncHandler<StartRetrainingSchedulerRequest,StartRetrainingSchedulerResult> asyncHandler)
Starts a retraining scheduler.
startRetrainingSchedulerRequest
- 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.Future<StopInferenceSchedulerResult> stopInferenceSchedulerAsync(StopInferenceSchedulerRequest stopInferenceSchedulerRequest)
Stops an inference scheduler.
stopInferenceSchedulerRequest
- Future<StopInferenceSchedulerResult> stopInferenceSchedulerAsync(StopInferenceSchedulerRequest stopInferenceSchedulerRequest, AsyncHandler<StopInferenceSchedulerRequest,StopInferenceSchedulerResult> asyncHandler)
Stops an inference scheduler.
stopInferenceSchedulerRequest
- 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.Future<StopRetrainingSchedulerResult> stopRetrainingSchedulerAsync(StopRetrainingSchedulerRequest stopRetrainingSchedulerRequest)
Stops a retraining scheduler.
stopRetrainingSchedulerRequest
- Future<StopRetrainingSchedulerResult> stopRetrainingSchedulerAsync(StopRetrainingSchedulerRequest stopRetrainingSchedulerRequest, AsyncHandler<StopRetrainingSchedulerRequest,StopRetrainingSchedulerResult> asyncHandler)
Stops a retraining scheduler.
stopRetrainingSchedulerRequest
- 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.Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest)
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.
tagResourceRequest
- Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
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.
tagResourceRequest
- 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.Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest)
Removes a specific tag from a given resource. The tag is specified by its key.
untagResourceRequest
- Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes a specific tag from a given resource. The tag is specified by its key.
untagResourceRequest
- 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.Future<UpdateActiveModelVersionResult> updateActiveModelVersionAsync(UpdateActiveModelVersionRequest updateActiveModelVersionRequest)
Sets the active model version for a given machine learning model.
updateActiveModelVersionRequest
- Future<UpdateActiveModelVersionResult> updateActiveModelVersionAsync(UpdateActiveModelVersionRequest updateActiveModelVersionRequest, AsyncHandler<UpdateActiveModelVersionRequest,UpdateActiveModelVersionResult> asyncHandler)
Sets the active model version for a given machine learning model.
updateActiveModelVersionRequest
- 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.Future<UpdateInferenceSchedulerResult> updateInferenceSchedulerAsync(UpdateInferenceSchedulerRequest updateInferenceSchedulerRequest)
Updates an inference scheduler.
updateInferenceSchedulerRequest
- Future<UpdateInferenceSchedulerResult> updateInferenceSchedulerAsync(UpdateInferenceSchedulerRequest updateInferenceSchedulerRequest, AsyncHandler<UpdateInferenceSchedulerRequest,UpdateInferenceSchedulerResult> asyncHandler)
Updates an inference scheduler.
updateInferenceSchedulerRequest
- 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.Future<UpdateLabelGroupResult> updateLabelGroupAsync(UpdateLabelGroupRequest updateLabelGroupRequest)
Updates the label group.
updateLabelGroupRequest
- Future<UpdateLabelGroupResult> updateLabelGroupAsync(UpdateLabelGroupRequest updateLabelGroupRequest, AsyncHandler<UpdateLabelGroupRequest,UpdateLabelGroupResult> asyncHandler)
Updates the label group.
updateLabelGroupRequest
- 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.Future<UpdateModelResult> updateModelAsync(UpdateModelRequest updateModelRequest)
Updates a model in the account.
updateModelRequest
- Future<UpdateModelResult> updateModelAsync(UpdateModelRequest updateModelRequest, AsyncHandler<UpdateModelRequest,UpdateModelResult> asyncHandler)
Updates a model in the account.
updateModelRequest
- 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.Future<UpdateRetrainingSchedulerResult> updateRetrainingSchedulerAsync(UpdateRetrainingSchedulerRequest updateRetrainingSchedulerRequest)
Updates a retraining scheduler.
updateRetrainingSchedulerRequest
- Future<UpdateRetrainingSchedulerResult> updateRetrainingSchedulerAsync(UpdateRetrainingSchedulerRequest updateRetrainingSchedulerRequest, AsyncHandler<UpdateRetrainingSchedulerRequest,UpdateRetrainingSchedulerResult> asyncHandler)
Updates a retraining scheduler.
updateRetrainingSchedulerRequest
- 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.