class Aws::LookoutEquipment::Types::InferenceExecutionSummary
Contains information about the specific inference execution, including input and output data configuration, inference scheduling information, status, and so on.
@!attribute [rw] model_name
The name of the ML model being used for the inference execution. @return [String]
@!attribute [rw] model_arn
The Amazon Resource Name (ARN) of the ML model used for the inference execution. @return [String]
@!attribute [rw] inference_scheduler_name
The name of the inference scheduler being used for the inference execution. @return [String]
@!attribute [rw] inference_scheduler_arn
The Amazon Resource Name (ARN) of the inference scheduler being used for the inference execution. @return [String]
@!attribute [rw] scheduled_start_time
Indicates the start time at which the inference scheduler began the specific inference execution. @return [Time]
@!attribute [rw] data_start_time
Indicates the time reference in the dataset at which the inference execution began. @return [Time]
@!attribute [rw] data_end_time
Indicates the time reference in the dataset at which the inference execution stopped. @return [Time]
@!attribute [rw] data_input_configuration
Specifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location. @return [Types::InferenceInputConfiguration]
@!attribute [rw] data_output_configuration
Specifies configuration information for the output results from for the inference execution, including the output S3 location. @return [Types::InferenceOutputConfiguration]
@!attribute [rw] customer_result_object
@return [Types::S3Object]
@!attribute [rw] status
Indicates the status of the inference execution. @return [String]
@!attribute [rw] failed_reason
Specifies the reason for failure when an inference execution has failed. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/InferenceExecutionSummary AWS API Documentation
Constants
- SENSITIVE