

 On October 7, 2026, AWS will discontinue support for Amazon Lookout for Equipment. After October 7, 2026, you will no longer be able to access the Lookout for Equipment console or resources. For more information, [see the following](https://aws.amazon.com/blogs/machine-learning/preserve-access-and-explore-alternatives-for-amazon-lookout-for-equipment/). 

# ModelSummary


Provides information about the specified machine learning model, including dataset and model names and ARNs, as well as status. 

## Contents


 ** ActiveModelVersion **   <a name="LookoutForEquipment-Type-ModelSummary-ActiveModelVersion"></a>
The model version that the inference scheduler uses to run an inference execution.  
Type: Long  
Valid Range: Minimum value of 1.  
Required: No

 ** ActiveModelVersionArn **   <a name="LookoutForEquipment-Type-ModelSummary-ActiveModelVersionArn"></a>
The Amazon Resource Name (ARN) of the model version that is set as active. The active model version is the model version that the inference scheduler uses to run an inference execution.  
Type: String  
Length Constraints: Minimum length of 20. Maximum length of 2048.  
Pattern: `^arn:aws(-[^:]+)?:lookoutequipment:[a-zA-Z0-9\-]*:[0-9]{12}:model\/[0-9a-zA-Z_-]{1,200}\/.+\/model-version\/[0-9]{1,}$`   
Required: No

 ** CreatedAt **   <a name="LookoutForEquipment-Type-ModelSummary-CreatedAt"></a>
The time at which the specific model was created.   
Type: Timestamp  
Required: No

 ** DatasetArn **   <a name="LookoutForEquipment-Type-ModelSummary-DatasetArn"></a>
 The Amazon Resource Name (ARN) of the dataset used to create the model.   
Type: String  
Length Constraints: Minimum length of 20. Maximum length of 2048.  
Pattern: `arn:aws(-[^:]+)?:lookoutequipment:[a-zA-Z0-9\-]*:[0-9]{12}:dataset\/[0-9a-zA-Z_-]{1,200}\/.+`   
Required: No

 ** DatasetName **   <a name="LookoutForEquipment-Type-ModelSummary-DatasetName"></a>
The name of the dataset being used for the machine learning model.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 200.  
Pattern: `^[0-9a-zA-Z_-]{1,200}$`   
Required: No

 ** LatestScheduledRetrainingModelVersion **   <a name="LookoutForEquipment-Type-ModelSummary-LatestScheduledRetrainingModelVersion"></a>
Indicates the most recent model version that was generated by retraining.   
Type: Long  
Valid Range: Minimum value of 1.  
Required: No

 ** LatestScheduledRetrainingStartTime **   <a name="LookoutForEquipment-Type-ModelSummary-LatestScheduledRetrainingStartTime"></a>
Indicates the start time of the most recent scheduled retraining run.   
Type: Timestamp  
Required: No

 ** LatestScheduledRetrainingStatus **   <a name="LookoutForEquipment-Type-ModelSummary-LatestScheduledRetrainingStatus"></a>
Indicates the status of the most recent scheduled retraining run.   
Type: String  
Valid Values: `IN_PROGRESS | SUCCESS | FAILED | IMPORT_IN_PROGRESS | CANCELED`   
Required: No

 ** ModelArn **   <a name="LookoutForEquipment-Type-ModelSummary-ModelArn"></a>
 The Amazon Resource Name (ARN) of the machine learning model.   
Type: String  
Length Constraints: Minimum length of 20. Maximum length of 2048.  
Pattern: `arn:aws(-[^:]+)?:lookoutequipment:[a-zA-Z0-9\-]*:[0-9]{12}:model\/.+`   
Required: No

 ** ModelDiagnosticsOutputConfiguration **   <a name="LookoutForEquipment-Type-ModelSummary-ModelDiagnosticsOutputConfiguration"></a>
Output configuration information for the pointwise model diagnostics for an Amazon Lookout for Equipment model.  
Type: [ModelDiagnosticsOutputConfiguration](API_ModelDiagnosticsOutputConfiguration.md) object  
Required: No

 ** ModelName **   <a name="LookoutForEquipment-Type-ModelSummary-ModelName"></a>
The name of the machine learning model.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 200.  
Pattern: `^[0-9a-zA-Z_-]{1,200}$`   
Required: No

 ** ModelQuality **   <a name="LookoutForEquipment-Type-ModelSummary-ModelQuality"></a>
Provides a quality assessment for a model that uses labels. If Lookout for Equipment determines that the model quality is poor based on training metrics, the value is `POOR_QUALITY_DETECTED`. Otherwise, the value is `QUALITY_THRESHOLD_MET`.  
If the model is unlabeled, the model quality can't be assessed and the value of `ModelQuality` is `CANNOT_DETERMINE_QUALITY`. In this situation, you can get a model quality assessment by adding labels to the input dataset and retraining the model.  
For information about using labels with your models, see [Understanding labeling](https://docs.aws.amazon.com/lookout-for-equipment/latest/ug/understanding-labeling.html).  
For information about improving the quality of a model, see [Best practices with Amazon Lookout for Equipment](https://docs.aws.amazon.com/lookout-for-equipment/latest/ug/best-practices.html).  
Type: String  
Valid Values: `QUALITY_THRESHOLD_MET | CANNOT_DETERMINE_QUALITY | POOR_QUALITY_DETECTED`   
Required: No

 ** NextScheduledRetrainingStartDate **   <a name="LookoutForEquipment-Type-ModelSummary-NextScheduledRetrainingStartDate"></a>
Indicates the date that the next scheduled retraining run will start on. Lookout for Equipment truncates the time you provide to [the nearest UTC day](https://docs.aws.amazon.com/https:/docs.aws.amazon.com/cli/latest/userguide/cli-usage-parameters-types.html#parameter-type-timestamp).  
Type: Timestamp  
Required: No

 ** RetrainingSchedulerStatus **   <a name="LookoutForEquipment-Type-ModelSummary-RetrainingSchedulerStatus"></a>
Indicates the status of the retraining scheduler.   
Type: String  
Valid Values: `PENDING | RUNNING | STOPPING | STOPPED`   
Required: No

 ** Status **   <a name="LookoutForEquipment-Type-ModelSummary-Status"></a>
Indicates the status of the machine learning model.   
Type: String  
Valid Values: `IN_PROGRESS | SUCCESS | FAILED | IMPORT_IN_PROGRESS`   
Required: No

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/lookoutequipment-2020-12-15/ModelSummary) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/lookoutequipment-2020-12-15/ModelSummary) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/lookoutequipment-2020-12-15/ModelSummary) 