| Package | Description |
|---|---|
| com.amazonaws.services.lookoutequipment |
Amazon Lookout for Equipment is a machine learning service that uses advanced analytics to identify anomalies in
machines from sensor data for use in predictive maintenance.
|
| com.amazonaws.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
CreateModelResult |
AmazonLookoutEquipmentClient.createModel(CreateModelRequest request)
Creates an ML model for data inference.
|
CreateModelResult |
AmazonLookoutEquipment.createModel(CreateModelRequest createModelRequest)
Creates an ML model for data inference.
|
CreateModelResult |
AbstractAmazonLookoutEquipment.createModel(CreateModelRequest request) |
Future<CreateModelResult> |
AmazonLookoutEquipmentAsyncClient.createModelAsync(CreateModelRequest request) |
Future<CreateModelResult> |
AmazonLookoutEquipmentAsync.createModelAsync(CreateModelRequest createModelRequest)
Creates an ML model for data inference.
|
Future<CreateModelResult> |
AbstractAmazonLookoutEquipmentAsync.createModelAsync(CreateModelRequest request) |
Future<CreateModelResult> |
AmazonLookoutEquipmentAsyncClient.createModelAsync(CreateModelRequest request,
AsyncHandler<CreateModelRequest,CreateModelResult> asyncHandler) |
Future<CreateModelResult> |
AmazonLookoutEquipmentAsync.createModelAsync(CreateModelRequest createModelRequest,
AsyncHandler<CreateModelRequest,CreateModelResult> asyncHandler)
Creates an ML model for data inference.
|
Future<CreateModelResult> |
AbstractAmazonLookoutEquipmentAsync.createModelAsync(CreateModelRequest request,
AsyncHandler<CreateModelRequest,CreateModelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateModelResult> |
AmazonLookoutEquipmentAsyncClient.createModelAsync(CreateModelRequest request,
AsyncHandler<CreateModelRequest,CreateModelResult> asyncHandler) |
Future<CreateModelResult> |
AmazonLookoutEquipmentAsync.createModelAsync(CreateModelRequest createModelRequest,
AsyncHandler<CreateModelRequest,CreateModelResult> asyncHandler)
Creates an ML model for data inference.
|
Future<CreateModelResult> |
AbstractAmazonLookoutEquipmentAsync.createModelAsync(CreateModelRequest request,
AsyncHandler<CreateModelRequest,CreateModelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateModelRequest |
CreateModelRequest.clone() |
CreateModelRequest |
CreateModelRequest.withClientToken(String clientToken)
A unique identifier for the request.
|
CreateModelRequest |
CreateModelRequest.withDataPreProcessingConfiguration(DataPreProcessingConfiguration dataPreProcessingConfiguration)
The configuration is the
TargetSamplingRate, which is the sampling rate of the data after post
processing by Amazon Lookout for Equipment. |
CreateModelRequest |
CreateModelRequest.withDatasetName(String datasetName)
The name of the dataset for the ML model being created.
|
CreateModelRequest |
CreateModelRequest.withDatasetSchema(DatasetSchema datasetSchema)
The data schema for the ML model being created.
|
CreateModelRequest |
CreateModelRequest.withEvaluationDataEndTime(Date evaluationDataEndTime)
Indicates the time reference in the dataset that should be used to end the subset of evaluation data for the ML
model.
|
CreateModelRequest |
CreateModelRequest.withEvaluationDataStartTime(Date evaluationDataStartTime)
Indicates the time reference in the dataset that should be used to begin the subset of evaluation data for the ML
model.
|
CreateModelRequest |
CreateModelRequest.withLabelsInputConfiguration(LabelsInputConfiguration labelsInputConfiguration)
The input configuration for the labels being used for the ML model that's being created.
|
CreateModelRequest |
CreateModelRequest.withModelName(String modelName)
The name for the ML model to be created.
|
CreateModelRequest |
CreateModelRequest.withOffCondition(String offCondition)
Indicates that the asset associated with this sensor has been shut off.
|
CreateModelRequest |
CreateModelRequest.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of a role with permission to access the data source being used to create the ML
model.
|
CreateModelRequest |
CreateModelRequest.withServerSideKmsKeyId(String serverSideKmsKeyId)
Provides the identifier of the KMS key used to encrypt model data by Amazon Lookout for Equipment.
|
CreateModelRequest |
CreateModelRequest.withTags(Collection<Tag> tags)
Any tags associated with the ML model being created.
|
CreateModelRequest |
CreateModelRequest.withTags(Tag... tags)
Any tags associated with the ML model being created.
|
CreateModelRequest |
CreateModelRequest.withTrainingDataEndTime(Date trainingDataEndTime)
Indicates the time reference in the dataset that should be used to end the subset of training data for the ML
model.
|
CreateModelRequest |
CreateModelRequest.withTrainingDataStartTime(Date trainingDataStartTime)
Indicates the time reference in the dataset that should be used to begin the subset of training data for the ML
model.
|
Copyright © 2023. All rights reserved.