Class: Aws::Glue::Types::RunMetrics
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::RunMetrics
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Metrics for the optimizer run.
This structure is deprecated. See the individual metric members for compaction, retention, and orphan file deletion.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_duration_in_hour ⇒ String
The duration of the job in hours.
-
#number_of_bytes_compacted ⇒ String
The number of bytes removed by the compaction job run.
-
#number_of_dpus ⇒ String
The number of DPU hours consumed by the job.
-
#number_of_files_compacted ⇒ String
The number of files removed by the compaction job run.
Instance Attribute Details
#job_duration_in_hour ⇒ String
The duration of the job in hours.
19015 19016 19017 19018 19019 19020 19021 19022 |
# File 'lib/aws-sdk-glue/types.rb', line 19015 class RunMetrics < Struct.new( :number_of_bytes_compacted, :number_of_files_compacted, :number_of_dpus, :job_duration_in_hour) SENSITIVE = [] include Aws::Structure end |
#number_of_bytes_compacted ⇒ String
The number of bytes removed by the compaction job run.
19015 19016 19017 19018 19019 19020 19021 19022 |
# File 'lib/aws-sdk-glue/types.rb', line 19015 class RunMetrics < Struct.new( :number_of_bytes_compacted, :number_of_files_compacted, :number_of_dpus, :job_duration_in_hour) SENSITIVE = [] include Aws::Structure end |
#number_of_dpus ⇒ String
The number of DPU hours consumed by the job.
19015 19016 19017 19018 19019 19020 19021 19022 |
# File 'lib/aws-sdk-glue/types.rb', line 19015 class RunMetrics < Struct.new( :number_of_bytes_compacted, :number_of_files_compacted, :number_of_dpus, :job_duration_in_hour) SENSITIVE = [] include Aws::Structure end |
#number_of_files_compacted ⇒ String
The number of files removed by the compaction job run.
19015 19016 19017 19018 19019 19020 19021 19022 |
# File 'lib/aws-sdk-glue/types.rb', line 19015 class RunMetrics < Struct.new( :number_of_bytes_compacted, :number_of_files_compacted, :number_of_dpus, :job_duration_in_hour) SENSITIVE = [] include Aws::Structure end |