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

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

Instance Attribute Details

#customer_result_objectTypes::S3Object

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

Returns:



2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
# File 'gems/aws-sdk-lookoutequipment/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_timeTime

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

Returns:

  • (Time)


2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
# File 'gems/aws-sdk-lookoutequipment/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_configurationTypes::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 'gems/aws-sdk-lookoutequipment/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_configurationTypes::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 'gems/aws-sdk-lookoutequipment/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_timeTime

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

Returns:

  • (Time)


2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
# File 'gems/aws-sdk-lookoutequipment/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_reasonString

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

Returns:

  • (String)


2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
# File 'gems/aws-sdk-lookoutequipment/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_arnString

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

Returns:

  • (String)


2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
# File 'gems/aws-sdk-lookoutequipment/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_nameString

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

Returns:

  • (String)


2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
# File 'gems/aws-sdk-lookoutequipment/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_arnString

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

Returns:

  • (String)


2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
# File 'gems/aws-sdk-lookoutequipment/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_nameString

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

Returns:

  • (String)


2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
# File 'gems/aws-sdk-lookoutequipment/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_versionInteger

The model version used for the inference execution.

Returns:

  • (Integer)


2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
# File 'gems/aws-sdk-lookoutequipment/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_arnString

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

Returns:

  • (String)


2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
# File 'gems/aws-sdk-lookoutequipment/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_timeTime

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

Returns:

  • (Time)


2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
# File 'gems/aws-sdk-lookoutequipment/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

#statusString

Indicates the status of the inference execution.

Returns:

  • (String)


2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
# File 'gems/aws-sdk-lookoutequipment/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