| 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 |
|---|---|
DescribeModelVersionResult |
AbstractAmazonLookoutEquipment.describeModelVersion(DescribeModelVersionRequest request) |
DescribeModelVersionResult |
AmazonLookoutEquipment.describeModelVersion(DescribeModelVersionRequest describeModelVersionRequest)
Retrieves information about a specific machine learning model version.
|
DescribeModelVersionResult |
AmazonLookoutEquipmentClient.describeModelVersion(DescribeModelVersionRequest request)
Retrieves information about a specific machine learning model version.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeModelVersionResult> |
AmazonLookoutEquipmentAsyncClient.describeModelVersionAsync(DescribeModelVersionRequest request,
AsyncHandler<DescribeModelVersionRequest,DescribeModelVersionResult> asyncHandler) |
Future<DescribeModelVersionResult> |
AmazonLookoutEquipmentAsync.describeModelVersionAsync(DescribeModelVersionRequest describeModelVersionRequest,
AsyncHandler<DescribeModelVersionRequest,DescribeModelVersionResult> asyncHandler)
Retrieves information about a specific machine learning model version.
|
Future<DescribeModelVersionResult> |
AbstractAmazonLookoutEquipmentAsync.describeModelVersionAsync(DescribeModelVersionRequest request,
AsyncHandler<DescribeModelVersionRequest,DescribeModelVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeModelVersionResult |
DescribeModelVersionResult.clone() |
DescribeModelVersionResult |
DescribeModelVersionResult.withAutoPromotionResult(AutoPromotionResult autoPromotionResult)
Indicates whether the model version was promoted to be the active version after retraining or if there was an
error with or cancellation of the retraining.
|
DescribeModelVersionResult |
DescribeModelVersionResult.withAutoPromotionResult(String autoPromotionResult)
Indicates whether the model version was promoted to be the active version after retraining or if there was an
error with or cancellation of the retraining.
|
DescribeModelVersionResult |
DescribeModelVersionResult.withAutoPromotionResultReason(String autoPromotionResultReason)
Indicates the reason for the
AutoPromotionResult. |
DescribeModelVersionResult |
DescribeModelVersionResult.withCreatedAt(Date createdAt)
Indicates the time and date at which the machine learning model version was created.
|
DescribeModelVersionResult |
DescribeModelVersionResult.withDataPreProcessingConfiguration(DataPreProcessingConfiguration dataPreProcessingConfiguration) |
DescribeModelVersionResult |
DescribeModelVersionResult.withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset used to train the model version.
|
DescribeModelVersionResult |
DescribeModelVersionResult.withDatasetName(String datasetName)
The name of the dataset used to train the model version.
|
DescribeModelVersionResult |
DescribeModelVersionResult.withEvaluationDataEndTime(Date evaluationDataEndTime)
The date on which the data in the evaluation set began being gathered.
|
DescribeModelVersionResult |
DescribeModelVersionResult.withEvaluationDataStartTime(Date evaluationDataStartTime)
The date on which the data in the evaluation set began being gathered.
|
DescribeModelVersionResult |
DescribeModelVersionResult.withFailedReason(String failedReason)
The failure message if the training of the model version failed.
|
DescribeModelVersionResult |
DescribeModelVersionResult.withImportedDataSizeInBytes(Long importedDataSizeInBytes)
The size in bytes of the imported data.
|
DescribeModelVersionResult |
DescribeModelVersionResult.withImportJobEndTime(Date importJobEndTime)
The date and time when the import job completed.
|
DescribeModelVersionResult |
DescribeModelVersionResult.withImportJobStartTime(Date importJobStartTime)
The date and time when the import job began.
|
DescribeModelVersionResult |
DescribeModelVersionResult.withLabelsInputConfiguration(LabelsInputConfiguration labelsInputConfiguration) |
DescribeModelVersionResult |
DescribeModelVersionResult.withLastUpdatedTime(Date lastUpdatedTime)
Indicates the last time the machine learning model version was updated.
|
DescribeModelVersionResult |
DescribeModelVersionResult.withModelArn(String modelArn)
The Amazon Resource Name (ARN) of the parent machine learning model that this version belong to.
|
DescribeModelVersionResult |
DescribeModelVersionResult.withModelMetrics(String modelMetrics)
Shows an aggregated summary, in JSON format, of the model's performance within the evaluation time range.
|
DescribeModelVersionResult |
DescribeModelVersionResult.withModelName(String modelName)
The name of the machine learning model that this version belongs to.
|
DescribeModelVersionResult |
DescribeModelVersionResult.withModelVersion(Long modelVersion)
The version of the machine learning model.
|
DescribeModelVersionResult |
DescribeModelVersionResult.withModelVersionArn(String modelVersionArn)
The Amazon Resource Name (ARN) of the model version.
|
DescribeModelVersionResult |
DescribeModelVersionResult.withOffCondition(String offCondition)
Indicates that the asset associated with this sensor has been shut off.
|
DescribeModelVersionResult |
DescribeModelVersionResult.withPriorModelMetrics(String priorModelMetrics)
If the model version was retrained, this field shows a summary of the performance of the prior model on the new
training range.
|
DescribeModelVersionResult |
DescribeModelVersionResult.withRetrainingAvailableDataInDays(Integer retrainingAvailableDataInDays)
Indicates the number of days of data used in the most recent scheduled retraining run.
|
DescribeModelVersionResult |
DescribeModelVersionResult.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role that was used to train the model version.
|
DescribeModelVersionResult |
DescribeModelVersionResult.withSchema(String schema)
The schema of the data used to train the model version.
|
DescribeModelVersionResult |
DescribeModelVersionResult.withServerSideKmsKeyId(String serverSideKmsKeyId)
The identifier of the KMS key key used to encrypt model version data by Amazon Lookout for Equipment.
|
DescribeModelVersionResult |
DescribeModelVersionResult.withSourceModelVersionArn(String sourceModelVersionArn)
If model version was imported, then this field is the arn of the source model version.
|
DescribeModelVersionResult |
DescribeModelVersionResult.withSourceType(ModelVersionSourceType sourceType)
Indicates whether this model version was created by training or by importing.
|
DescribeModelVersionResult |
DescribeModelVersionResult.withSourceType(String sourceType)
Indicates whether this model version was created by training or by importing.
|
DescribeModelVersionResult |
DescribeModelVersionResult.withStatus(ModelVersionStatus status)
The current status of the model version.
|
DescribeModelVersionResult |
DescribeModelVersionResult.withStatus(String status)
The current status of the model version.
|
DescribeModelVersionResult |
DescribeModelVersionResult.withTrainingDataEndTime(Date trainingDataEndTime)
The date on which the training data finished being gathered.
|
DescribeModelVersionResult |
DescribeModelVersionResult.withTrainingDataStartTime(Date trainingDataStartTime)
The date on which the training data began being gathered.
|
DescribeModelVersionResult |
DescribeModelVersionResult.withTrainingExecutionEndTime(Date trainingExecutionEndTime)
The time when the training of the version completed.
|
DescribeModelVersionResult |
DescribeModelVersionResult.withTrainingExecutionStartTime(Date trainingExecutionStartTime)
The time when the training of the version began.
|
Copyright © 2023. All rights reserved.