

 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/). 

# InferenceExecutionSummary


Contains information about the specific inference execution, including input and output data configuration, inference scheduling information, status, and so on. 

## Contents


 ** CustomerResultObject **   <a name="LookoutForEquipment-Type-InferenceExecutionSummary-CustomerResultObject"></a>
The S3 object that the inference execution results were uploaded to.  
Type: [S3Object](API_S3Object.md) object  
Required: No

 ** DataEndTime **   <a name="LookoutForEquipment-Type-InferenceExecutionSummary-DataEndTime"></a>
Indicates the time reference in the dataset at which the inference execution stopped.   
Type: Timestamp  
Required: No

 ** DataInputConfiguration **   <a name="LookoutForEquipment-Type-InferenceExecutionSummary-DataInputConfiguration"></a>
 Specifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location.   
Type: [InferenceInputConfiguration](API_InferenceInputConfiguration.md) object  
Required: No

 ** DataOutputConfiguration **   <a name="LookoutForEquipment-Type-InferenceExecutionSummary-DataOutputConfiguration"></a>
 Specifies configuration information for the output results from for the inference execution, including the output Amazon S3 location.   
Type: [InferenceOutputConfiguration](API_InferenceOutputConfiguration.md) object  
Required: No

 ** DataStartTime **   <a name="LookoutForEquipment-Type-InferenceExecutionSummary-DataStartTime"></a>
Indicates the time reference in the dataset at which the inference execution began.   
Type: Timestamp  
Required: No

 ** FailedReason **   <a name="LookoutForEquipment-Type-InferenceExecutionSummary-FailedReason"></a>
 Specifies the reason for failure when an inference execution has failed.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 5000.  
Pattern: `[\P{M}\p{M}]{1,5000}`   
Required: No

 ** InferenceSchedulerArn **   <a name="LookoutForEquipment-Type-InferenceExecutionSummary-InferenceSchedulerArn"></a>
 The Amazon Resource Name (ARN) of the inference scheduler being used for the 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}:inference-scheduler\/.+`   
Required: No

 ** InferenceSchedulerName **   <a name="LookoutForEquipment-Type-InferenceExecutionSummary-InferenceSchedulerName"></a>
The name of the inference scheduler being used for the inference execution.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 200.  
Pattern: `^[0-9a-zA-Z_-]{1,200}$`   
Required: No

 ** ModelArn **   <a name="LookoutForEquipment-Type-InferenceExecutionSummary-ModelArn"></a>
The Amazon Resource Name (ARN) of the machine learning model used for the 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\/.+`   
Required: No

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

 ** ModelVersion **   <a name="LookoutForEquipment-Type-InferenceExecutionSummary-ModelVersion"></a>
The model version used for the inference execution.  
Type: Long  
Valid Range: Minimum value of 1.  
Required: No

 ** ModelVersionArn **   <a name="LookoutForEquipment-Type-InferenceExecutionSummary-ModelVersionArn"></a>
The Amazon Resource Number (ARN) of the model version used for the 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

 ** ScheduledStartTime **   <a name="LookoutForEquipment-Type-InferenceExecutionSummary-ScheduledStartTime"></a>
Indicates the start time at which the inference scheduler began the specific inference execution.   
Type: Timestamp  
Required: No

 ** Status **   <a name="LookoutForEquipment-Type-InferenceExecutionSummary-Status"></a>
Indicates the status of the inference execution.   
Type: String  
Valid Values: `IN_PROGRESS | SUCCESS | FAILED`   
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/InferenceExecutionSummary) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/lookoutequipment-2020-12-15/InferenceExecutionSummary) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/lookoutequipment-2020-12-15/InferenceExecutionSummary) 