

# DetectorModelVersionSummary
<a name="API_DetectorModelVersionSummary"></a>

Information about the detector model version.

## Contents
<a name="API_DetectorModelVersionSummary_Contents"></a>

 ** creationTime **   <a name="iotevents-Type-DetectorModelVersionSummary-creationTime"></a>
The time the detector model version was created.  
Type: Timestamp  
Required: No

 ** detectorModelArn **   <a name="iotevents-Type-DetectorModelVersionSummary-detectorModelArn"></a>
The ARN of the detector model version.  
Type: String  
Required: No

 ** detectorModelName **   <a name="iotevents-Type-DetectorModelVersionSummary-detectorModelName"></a>
The name of the detector model.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 128.  
Pattern: `^[a-zA-Z0-9_-]+$`   
Required: No

 ** detectorModelVersion **   <a name="iotevents-Type-DetectorModelVersionSummary-detectorModelVersion"></a>
The ID of the detector model version.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 128.  
Required: No

 ** evaluationMethod **   <a name="iotevents-Type-DetectorModelVersionSummary-evaluationMethod"></a>
Information about the order in which events are evaluated and how actions are executed.   
Type: String  
Valid Values: `BATCH | SERIAL`   
Required: No

 ** lastUpdateTime **   <a name="iotevents-Type-DetectorModelVersionSummary-lastUpdateTime"></a>
The last time the detector model version was updated.  
Type: Timestamp  
Required: No

 ** roleArn **   <a name="iotevents-Type-DetectorModelVersionSummary-roleArn"></a>
The ARN of the role that grants the detector model permission to perform its tasks.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 2048.  
Required: No

 ** status **   <a name="iotevents-Type-DetectorModelVersionSummary-status"></a>
The status of the detector model version.  
Type: String  
Valid Values: `ACTIVE | ACTIVATING | INACTIVE | DEPRECATED | DRAFT | PAUSED | FAILED`   
Required: No

## See Also
<a name="API_DetectorModelVersionSummary_SeeAlso"></a>

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/iotevents-2018-07-27/DetectorModelVersionSummary) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/iotevents-2018-07-27/DetectorModelVersionSummary) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/iotevents-2018-07-27/DetectorModelVersionSummary) 