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
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.
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2214 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.
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2214 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.
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2214 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.
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2214 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.
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2214 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.
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2214 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.
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2214 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.
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2214 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.
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2214 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.
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2214 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.
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2214 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.
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2214 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.
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2214 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.
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2214 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 |