Class: Aws::IoTSiteWise::Types::DescribeExecutionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_typeString

The type of action exectued.

Returns:

  • (String)


5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5630

class DescribeExecutionResponse < Struct.new(
  :execution_id,
  :action_type,
  :target_resource,
  :target_resource_version,
  :resolve_to,
  :execution_start_time,
  :execution_end_time,
  :execution_status,
  :execution_result,
  :execution_details,
  :execution_entity_version)
  SENSITIVE = []
  include Aws::Structure
end

#execution_detailsHash<String,String>

Provides detailed information about the execution of your anomaly detection models. This includes model metrics and training timestamps for both training and inference actions.

  • The training action (Amazon Web Services/ANOMALY_DETECTION_TRAINING), includes performance metrics that help you compare different versions of your anomaly detection models. These metrics provide insights into the model's performance during the training process.

  • The inference action (Amazon Web Services/ANOMALY_DETECTION_INFERENCE), includes information about the results of executing your anomaly detection models. This helps you understand the output of your models and assess their performance.

Returns:

  • (Hash<String,String>)


5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5630

class DescribeExecutionResponse < Struct.new(
  :execution_id,
  :action_type,
  :target_resource,
  :target_resource_version,
  :resolve_to,
  :execution_start_time,
  :execution_end_time,
  :execution_status,
  :execution_result,
  :execution_details,
  :execution_entity_version)
  SENSITIVE = []
  include Aws::Structure
end

#execution_end_timeTime

The time the process ended.

Returns:

  • (Time)


5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5630

class DescribeExecutionResponse < Struct.new(
  :execution_id,
  :action_type,
  :target_resource,
  :target_resource_version,
  :resolve_to,
  :execution_start_time,
  :execution_end_time,
  :execution_status,
  :execution_result,
  :execution_details,
  :execution_entity_version)
  SENSITIVE = []
  include Aws::Structure
end

#execution_entity_versionString

Entity version used for the execution.

Returns:

  • (String)


5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5630

class DescribeExecutionResponse < Struct.new(
  :execution_id,
  :action_type,
  :target_resource,
  :target_resource_version,
  :resolve_to,
  :execution_start_time,
  :execution_end_time,
  :execution_status,
  :execution_result,
  :execution_details,
  :execution_entity_version)
  SENSITIVE = []
  include Aws::Structure
end

#execution_idString

The ID of the execution.

Returns:

  • (String)


5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5630

class DescribeExecutionResponse < Struct.new(
  :execution_id,
  :action_type,
  :target_resource,
  :target_resource_version,
  :resolve_to,
  :execution_start_time,
  :execution_end_time,
  :execution_status,
  :execution_result,
  :execution_details,
  :execution_entity_version)
  SENSITIVE = []
  include Aws::Structure
end

#execution_resultHash<String,String>

The result of the execution.

Returns:

  • (Hash<String,String>)


5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5630

class DescribeExecutionResponse < Struct.new(
  :execution_id,
  :action_type,
  :target_resource,
  :target_resource_version,
  :resolve_to,
  :execution_start_time,
  :execution_end_time,
  :execution_status,
  :execution_result,
  :execution_details,
  :execution_entity_version)
  SENSITIVE = []
  include Aws::Structure
end

#execution_start_timeTime

The time the process started.

Returns:

  • (Time)


5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5630

class DescribeExecutionResponse < Struct.new(
  :execution_id,
  :action_type,
  :target_resource,
  :target_resource_version,
  :resolve_to,
  :execution_start_time,
  :execution_end_time,
  :execution_status,
  :execution_result,
  :execution_details,
  :execution_entity_version)
  SENSITIVE = []
  include Aws::Structure
end

#execution_statusTypes::ExecutionStatus

The status of the execution process.



5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5630

class DescribeExecutionResponse < Struct.new(
  :execution_id,
  :action_type,
  :target_resource,
  :target_resource_version,
  :resolve_to,
  :execution_start_time,
  :execution_end_time,
  :execution_status,
  :execution_result,
  :execution_details,
  :execution_entity_version)
  SENSITIVE = []
  include Aws::Structure
end

#resolve_toTypes::ResolveTo

The detailed resource this execution resolves to.

Returns:



5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5630

class DescribeExecutionResponse < Struct.new(
  :execution_id,
  :action_type,
  :target_resource,
  :target_resource_version,
  :resolve_to,
  :execution_start_time,
  :execution_end_time,
  :execution_status,
  :execution_result,
  :execution_details,
  :execution_entity_version)
  SENSITIVE = []
  include Aws::Structure
end

#target_resourceTypes::TargetResource

The resource the action will be taken on.



5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5630

class DescribeExecutionResponse < Struct.new(
  :execution_id,
  :action_type,
  :target_resource,
  :target_resource_version,
  :resolve_to,
  :execution_start_time,
  :execution_end_time,
  :execution_status,
  :execution_result,
  :execution_details,
  :execution_entity_version)
  SENSITIVE = []
  include Aws::Structure
end

#target_resource_versionString

The version of the target resource.

Returns:

  • (String)


5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5630

class DescribeExecutionResponse < Struct.new(
  :execution_id,
  :action_type,
  :target_resource,
  :target_resource_version,
  :resolve_to,
  :execution_start_time,
  :execution_end_time,
  :execution_status,
  :execution_result,
  :execution_details,
  :execution_entity_version)
  SENSITIVE = []
  include Aws::Structure
end