Class: Aws::LookoutEquipment::Types::InferenceExecutionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::InferenceExecutionSummary
- Defined in:
- gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb
Overview
Contains information about the specific inference execution, including input and output data configuration, inference scheduling information, status, and so on.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#customer_result_object ⇒ Types::S3Object
-
#data_end_time ⇒ Time
Indicates the time reference in the dataset at which the inference execution stopped.
-
#data_input_configuration ⇒ Types::InferenceInputConfiguration
Specifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location.
-
#data_output_configuration ⇒ Types::InferenceOutputConfiguration
Specifies configuration information for the output results from for the inference execution, including the output Amazon S3 location.
-
#data_start_time ⇒ Time
Indicates the time reference in the dataset at which the inference execution began.
-
#failed_reason ⇒ String
Specifies the reason for failure when an inference execution has failed.
-
#inference_scheduler_arn ⇒ String
The Amazon Resource Name (ARN) of the inference scheduler being used for the inference execution.
-
#inference_scheduler_name ⇒ String
The name of the inference scheduler being used for the inference execution.
-
#model_arn ⇒ String
The Amazon Resource Name (ARN) of the ML model used for the inference execution.
-
#model_name ⇒ String
The name of the ML model being used for the inference execution.
-
#scheduled_start_time ⇒ Time
Indicates the start time at which the inference scheduler began the specific inference execution.
-
#status ⇒ String
Indicates the status of the inference execution.
Instance Attribute Details
#customer_result_object ⇒ Types::S3Object
1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 1279 class InferenceExecutionSummary < Struct.new( :model_name, :model_arn, :inference_scheduler_name, :inference_scheduler_arn, :scheduled_start_time, :data_start_time, :data_end_time, :data_input_configuration, :data_output_configuration, :customer_result_object, :status, :failed_reason) SENSITIVE = [] include Aws::Structure end |
#data_end_time ⇒ Time
Indicates the time reference in the dataset at which the inference execution stopped.
1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 1279 class InferenceExecutionSummary < Struct.new( :model_name, :model_arn, :inference_scheduler_name, :inference_scheduler_arn, :scheduled_start_time, :data_start_time, :data_end_time, :data_input_configuration, :data_output_configuration, :customer_result_object, :status, :failed_reason) SENSITIVE = [] include Aws::Structure end |
#data_input_configuration ⇒ Types::InferenceInputConfiguration
Specifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location.
1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 1279 class InferenceExecutionSummary < Struct.new( :model_name, :model_arn, :inference_scheduler_name, :inference_scheduler_arn, :scheduled_start_time, :data_start_time, :data_end_time, :data_input_configuration, :data_output_configuration, :customer_result_object, :status, :failed_reason) SENSITIVE = [] include Aws::Structure end |
#data_output_configuration ⇒ Types::InferenceOutputConfiguration
Specifies configuration information for the output results from for the inference execution, including the output Amazon S3 location.
1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 1279 class InferenceExecutionSummary < Struct.new( :model_name, :model_arn, :inference_scheduler_name, :inference_scheduler_arn, :scheduled_start_time, :data_start_time, :data_end_time, :data_input_configuration, :data_output_configuration, :customer_result_object, :status, :failed_reason) SENSITIVE = [] include Aws::Structure end |
#data_start_time ⇒ Time
Indicates the time reference in the dataset at which the inference execution began.
1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 1279 class InferenceExecutionSummary < Struct.new( :model_name, :model_arn, :inference_scheduler_name, :inference_scheduler_arn, :scheduled_start_time, :data_start_time, :data_end_time, :data_input_configuration, :data_output_configuration, :customer_result_object, :status, :failed_reason) SENSITIVE = [] include Aws::Structure end |
#failed_reason ⇒ String
Specifies the reason for failure when an inference execution has failed.
1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 1279 class InferenceExecutionSummary < Struct.new( :model_name, :model_arn, :inference_scheduler_name, :inference_scheduler_arn, :scheduled_start_time, :data_start_time, :data_end_time, :data_input_configuration, :data_output_configuration, :customer_result_object, :status, :failed_reason) SENSITIVE = [] include Aws::Structure end |
#inference_scheduler_arn ⇒ String
The Amazon Resource Name (ARN) of the inference scheduler being used for the inference execution.
1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 1279 class InferenceExecutionSummary < Struct.new( :model_name, :model_arn, :inference_scheduler_name, :inference_scheduler_arn, :scheduled_start_time, :data_start_time, :data_end_time, :data_input_configuration, :data_output_configuration, :customer_result_object, :status, :failed_reason) SENSITIVE = [] include Aws::Structure end |
#inference_scheduler_name ⇒ String
The name of the inference scheduler being used for the inference execution.
1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 1279 class InferenceExecutionSummary < Struct.new( :model_name, :model_arn, :inference_scheduler_name, :inference_scheduler_arn, :scheduled_start_time, :data_start_time, :data_end_time, :data_input_configuration, :data_output_configuration, :customer_result_object, :status, :failed_reason) SENSITIVE = [] include Aws::Structure end |
#model_arn ⇒ String
The Amazon Resource Name (ARN) of the ML model used for the inference execution.
1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 1279 class InferenceExecutionSummary < Struct.new( :model_name, :model_arn, :inference_scheduler_name, :inference_scheduler_arn, :scheduled_start_time, :data_start_time, :data_end_time, :data_input_configuration, :data_output_configuration, :customer_result_object, :status, :failed_reason) SENSITIVE = [] include Aws::Structure end |
#model_name ⇒ String
The name of the ML model being used for the inference execution.
1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 1279 class InferenceExecutionSummary < Struct.new( :model_name, :model_arn, :inference_scheduler_name, :inference_scheduler_arn, :scheduled_start_time, :data_start_time, :data_end_time, :data_input_configuration, :data_output_configuration, :customer_result_object, :status, :failed_reason) SENSITIVE = [] include Aws::Structure end |
#scheduled_start_time ⇒ Time
Indicates the start time at which the inference scheduler began the specific inference execution.
1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 1279 class InferenceExecutionSummary < Struct.new( :model_name, :model_arn, :inference_scheduler_name, :inference_scheduler_arn, :scheduled_start_time, :data_start_time, :data_end_time, :data_input_configuration, :data_output_configuration, :customer_result_object, :status, :failed_reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Indicates the status of the inference execution.
1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 1279 class InferenceExecutionSummary < Struct.new( :model_name, :model_arn, :inference_scheduler_name, :inference_scheduler_arn, :scheduled_start_time, :data_start_time, :data_end_time, :data_input_configuration, :data_output_configuration, :customer_result_object, :status, :failed_reason) SENSITIVE = [] include Aws::Structure end |