@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonLookoutEquipment extends Object implements AmazonLookoutEquipment
AmazonLookoutEquipment
. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException
.ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
CreateDatasetResult |
createDataset(CreateDatasetRequest request)
Creates a container for a collection of data being ingested for analysis.
|
CreateInferenceSchedulerResult |
createInferenceScheduler(CreateInferenceSchedulerRequest request)
Creates a scheduled inference.
|
CreateModelResult |
createModel(CreateModelRequest request)
Creates an ML model for data inference.
|
DeleteDatasetResult |
deleteDataset(DeleteDatasetRequest request)
Deletes a dataset and associated artifacts.
|
DeleteInferenceSchedulerResult |
deleteInferenceScheduler(DeleteInferenceSchedulerRequest request)
Deletes an inference scheduler that has been set up.
|
DeleteModelResult |
deleteModel(DeleteModelRequest request)
Deletes an ML model currently available for Amazon Lookout for Equipment.
|
DescribeDataIngestionJobResult |
describeDataIngestionJob(DescribeDataIngestionJobRequest request)
Provides information on a specific data ingestion job such as creation time, dataset ARN, status, and so on.
|
DescribeDatasetResult |
describeDataset(DescribeDatasetRequest request)
Provides information on a specified dataset such as the schema location, status, and so on.
|
DescribeInferenceSchedulerResult |
describeInferenceScheduler(DescribeInferenceSchedulerRequest request)
Specifies information about the inference scheduler being used, including name, model, status, and associated
metadata
|
DescribeModelResult |
describeModel(DescribeModelRequest request)
Provides overall information about a specific ML model, including model name and ARN, dataset, training and
evaluation information, status, and so on.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
ListDataIngestionJobsResult |
listDataIngestionJobs(ListDataIngestionJobsRequest request)
Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data,
status, and so on.
|
ListDatasetsResult |
listDatasets(ListDatasetsRequest request)
Lists all datasets currently available in your account, filtering on the dataset name.
|
ListInferenceExecutionsResult |
listInferenceExecutions(ListInferenceExecutionsRequest request)
Lists all inference executions that have been performed by the specified inference scheduler.
|
ListInferenceSchedulersResult |
listInferenceSchedulers(ListInferenceSchedulersRequest request)
Retrieves a list of all inference schedulers currently available for your account.
|
ListModelsResult |
listModels(ListModelsRequest request)
Generates a list of all models in the account, including model name and ARN, dataset, and status.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Lists all the tags for a specified resource, including key and value.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
StartDataIngestionJobResult |
startDataIngestionJob(StartDataIngestionJobRequest request)
Starts a data ingestion job.
|
StartInferenceSchedulerResult |
startInferenceScheduler(StartInferenceSchedulerRequest request)
Starts an inference scheduler.
|
StopInferenceSchedulerResult |
stopInferenceScheduler(StopInferenceSchedulerRequest request)
Stops an inference scheduler.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Associates a given tag to a resource in your account.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Removes a specific tag from a given resource.
|
UpdateInferenceSchedulerResult |
updateInferenceScheduler(UpdateInferenceSchedulerRequest request)
Updates an inference scheduler.
|
public CreateDatasetResult createDataset(CreateDatasetRequest request)
AmazonLookoutEquipment
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. In other words, 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.
createDataset
in interface AmazonLookoutEquipment
public CreateInferenceSchedulerResult createInferenceScheduler(CreateInferenceSchedulerRequest request)
AmazonLookoutEquipment
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.
createInferenceScheduler
in interface AmazonLookoutEquipment
public CreateModelResult createModel(CreateModelRequest request)
AmazonLookoutEquipment
Creates an ML 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.
createModel
in interface AmazonLookoutEquipment
public DeleteDatasetResult deleteDataset(DeleteDatasetRequest request)
AmazonLookoutEquipment
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.
deleteDataset
in interface AmazonLookoutEquipment
public DeleteInferenceSchedulerResult deleteInferenceScheduler(DeleteInferenceSchedulerRequest request)
AmazonLookoutEquipment
Deletes an inference scheduler that has been set up. Already processed output results are not affected.
deleteInferenceScheduler
in interface AmazonLookoutEquipment
public DeleteModelResult deleteModel(DeleteModelRequest request)
AmazonLookoutEquipment
Deletes an ML 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.
deleteModel
in interface AmazonLookoutEquipment
public DescribeDataIngestionJobResult describeDataIngestionJob(DescribeDataIngestionJobRequest request)
AmazonLookoutEquipment
Provides information on a specific data ingestion job such as creation time, dataset ARN, status, and so on.
describeDataIngestionJob
in interface AmazonLookoutEquipment
public DescribeDatasetResult describeDataset(DescribeDatasetRequest request)
AmazonLookoutEquipment
Provides information on a specified dataset such as the schema location, status, and so on.
describeDataset
in interface AmazonLookoutEquipment
public DescribeInferenceSchedulerResult describeInferenceScheduler(DescribeInferenceSchedulerRequest request)
AmazonLookoutEquipment
Specifies information about the inference scheduler being used, including name, model, status, and associated metadata
describeInferenceScheduler
in interface AmazonLookoutEquipment
public DescribeModelResult describeModel(DescribeModelRequest request)
AmazonLookoutEquipment
Provides overall information about a specific ML model, including model name and ARN, dataset, training and evaluation information, status, and so on.
describeModel
in interface AmazonLookoutEquipment
public ListDataIngestionJobsResult listDataIngestionJobs(ListDataIngestionJobsRequest request)
AmazonLookoutEquipment
Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data, status, and so on.
listDataIngestionJobs
in interface AmazonLookoutEquipment
public ListDatasetsResult listDatasets(ListDatasetsRequest request)
AmazonLookoutEquipment
Lists all datasets currently available in your account, filtering on the dataset name.
listDatasets
in interface AmazonLookoutEquipment
public ListInferenceExecutionsResult listInferenceExecutions(ListInferenceExecutionsRequest request)
AmazonLookoutEquipment
Lists all inference executions that have been performed by the specified inference scheduler.
listInferenceExecutions
in interface AmazonLookoutEquipment
public ListInferenceSchedulersResult listInferenceSchedulers(ListInferenceSchedulersRequest request)
AmazonLookoutEquipment
Retrieves a list of all inference schedulers currently available for your account.
listInferenceSchedulers
in interface AmazonLookoutEquipment
public ListModelsResult listModels(ListModelsRequest request)
AmazonLookoutEquipment
Generates a list of all models in the account, including model name and ARN, dataset, and status.
listModels
in interface AmazonLookoutEquipment
public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AmazonLookoutEquipment
Lists all the tags for a specified resource, including key and value.
listTagsForResource
in interface AmazonLookoutEquipment
public StartDataIngestionJobResult startDataIngestionJob(StartDataIngestionJobRequest request)
AmazonLookoutEquipment
Starts a data ingestion job. Amazon Lookout for Equipment returns the job status.
startDataIngestionJob
in interface AmazonLookoutEquipment
public StartInferenceSchedulerResult startInferenceScheduler(StartInferenceSchedulerRequest request)
AmazonLookoutEquipment
Starts an inference scheduler.
startInferenceScheduler
in interface AmazonLookoutEquipment
public StopInferenceSchedulerResult stopInferenceScheduler(StopInferenceSchedulerRequest request)
AmazonLookoutEquipment
Stops an inference scheduler.
stopInferenceScheduler
in interface AmazonLookoutEquipment
public TagResourceResult tagResource(TagResourceRequest request)
AmazonLookoutEquipment
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.
tagResource
in interface AmazonLookoutEquipment
public UntagResourceResult untagResource(UntagResourceRequest request)
AmazonLookoutEquipment
Removes a specific tag from a given resource. The tag is specified by its key.
untagResource
in interface AmazonLookoutEquipment
public UpdateInferenceSchedulerResult updateInferenceScheduler(UpdateInferenceSchedulerRequest request)
AmazonLookoutEquipment
Updates an inference scheduler.
updateInferenceScheduler
in interface AmazonLookoutEquipment
public void shutdown()
AmazonLookoutEquipment
shutdown
in interface AmazonLookoutEquipment
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonLookoutEquipment
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata
in interface AmazonLookoutEquipment
request
- The originally executed request.