Class: Aws::LookoutEquipment::Types::InferenceExecutionSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#customer_result_objectTypes::S3Object

The S3 object that the inference execution results were uploaded to.

Returns:



2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
# File '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_timeTime

Indicates the time reference in the dataset at which the inference execution stopped.

Returns:

  • (Time)


2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
# File '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_configurationTypes::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 '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_configurationTypes::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 '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_timeTime

Indicates the time reference in the dataset at which the inference execution began.

Returns:

  • (Time)


2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
# File '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_reasonString

Specifies the reason for failure when an inference execution has failed.

Returns:

  • (String)


2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
# File '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_arnString

The Amazon Resource Name (ARN) of the inference scheduler being used for the inference execution.

Returns:

  • (String)


2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
# File '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_nameString

The name of the inference scheduler being used for the inference execution.

Returns:

  • (String)


2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
# File '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_arnString

The Amazon Resource Name (ARN) of the machine learning model used for the inference execution.

Returns:

  • (String)


2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
# File '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_nameString

The name of the machine learning model being used for the inference execution.

Returns:

  • (String)


2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
# File '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_versionInteger

The model version used for the inference execution.

Returns:

  • (Integer)


2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
# File '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_arnString

The Amazon Resource Number (ARN) of the model version used for the inference execution.

Returns:

  • (String)


2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
# File '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_timeTime

Indicates the start time at which the inference scheduler began the specific inference execution.

Returns:

  • (Time)


2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
# File '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

#statusString

Indicates the status of the inference execution.

Returns:

  • (String)


2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
# File '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