class Aws::LookoutEquipment::Types::ListInferenceExecutionsRequest
@note When making an API call, you may pass ListInferenceExecutionsRequest
data as a hash: { next_token: "NextToken", max_results: 1, inference_scheduler_name: "InferenceSchedulerIdentifier", # required data_start_time_after: Time.now, data_end_time_before: Time.now, status: "IN_PROGRESS", # accepts IN_PROGRESS, SUCCESS, FAILED }
@!attribute [rw] next_token
An opaque pagination token indicating where to continue the listing of inference executions. @return [String]
@!attribute [rw] max_results
Specifies the maximum number of inference executions to list. @return [Integer]
@!attribute [rw] inference_scheduler_name
The name of the inference scheduler for the inference execution listed. @return [String]
@!attribute [rw] data_start_time_after
The time reference in the inferenced dataset after which Amazon Lookout for Equipment started the inference execution. @return [Time]
@!attribute [rw] data_end_time_before
The time reference in the inferenced dataset before which Amazon Lookout for Equipment stopped the inference execution. @return [Time]
@!attribute [rw] status
The status of the inference execution. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/ListInferenceExecutionsRequest AWS API Documentation
Constants
- SENSITIVE