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.
19173 19174 19175 19176 19177 19178 19179 19180 |
# File 'lib/aws-sdk-glue/types.rb', line 19173 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.
19173 19174 19175 19176 19177 19178 19179 19180 |
# File 'lib/aws-sdk-glue/types.rb', line 19173 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.
19173 19174 19175 19176 19177 19178 19179 19180 |
# File 'lib/aws-sdk-glue/types.rb', line 19173 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.
19173 19174 19175 19176 19177 19178 19179 19180 |
# File 'lib/aws-sdk-glue/types.rb', line 19173 class RunMetrics < Struct.new( :number_of_bytes_compacted, :number_of_files_compacted, :number_of_dpus, :job_duration_in_hour) SENSITIVE = [] include Aws::Structure end |