Class: Aws::LookoutEquipment::Types::InferenceExecutionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::InferenceExecutionSummary
- Includes:
- Structure
- Defined in:
- 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
The S3 object that the inference execution results were uploaded to.
-
#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 machine learning model used for the inference execution.
-
#model_name ⇒ String
The name of the machine learning model being used for the inference execution.
-
#model_version ⇒ Integer
The model version used for the inference execution.
-
#model_version_arn ⇒ String
The Amazon Resource Number (ARN) of the model version 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
The S3 object that the inference execution results were uploaded to.
2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2311 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, :model_version, :model_version_arn) SENSITIVE = [] include Aws::Structure end |
#data_end_time ⇒ Time
Indicates the time reference in the dataset at which the inference execution stopped.
2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2311 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, :model_version, :model_version_arn) 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.
2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2311 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, :model_version, :model_version_arn) 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.
2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2311 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, :model_version, :model_version_arn) SENSITIVE = [] include Aws::Structure end |
#data_start_time ⇒ Time
Indicates the time reference in the dataset at which the inference execution began.
2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2311 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, :model_version, :model_version_arn) SENSITIVE = [] include Aws::Structure end |
#failed_reason ⇒ String
Specifies the reason for failure when an inference execution has failed.
2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2311 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, :model_version, :model_version_arn) SENSITIVE = [] include Aws::Structure end |
#inference_scheduler_arn ⇒ String
The Amazon Resource Name (ARN) of the inference scheduler being used for the inference execution.
2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2311 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, :model_version, :model_version_arn) SENSITIVE = [] include Aws::Structure end |
#inference_scheduler_name ⇒ String
The name of the inference scheduler being used for the inference execution.
2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2311 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, :model_version, :model_version_arn) SENSITIVE = [] include Aws::Structure end |
#model_arn ⇒ String
The Amazon Resource Name (ARN) of the machine learning model used for the inference execution.
2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2311 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, :model_version, :model_version_arn) SENSITIVE = [] include Aws::Structure end |
#model_name ⇒ String
The name of the machine learning model being used for the inference execution.
2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2311 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, :model_version, :model_version_arn) SENSITIVE = [] include Aws::Structure end |
#model_version ⇒ Integer
The model version used for the inference execution.
2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2311 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, :model_version, :model_version_arn) SENSITIVE = [] include Aws::Structure end |
#model_version_arn ⇒ String
The Amazon Resource Number (ARN) of the model version used for the inference execution.
2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2311 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, :model_version, :model_version_arn) SENSITIVE = [] include Aws::Structure end |
#scheduled_start_time ⇒ Time
Indicates the start time at which the inference scheduler began the specific inference execution.
2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2311 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, :model_version, :model_version_arn) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Indicates the status of the inference execution.
2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2311 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, :model_version, :model_version_arn) SENSITIVE = [] include Aws::Structure end |