Class: Aws::Glue::Types::IcebergCompactionMetrics
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::IcebergCompactionMetrics
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Compaction metrics for Iceberg for the optimizer run.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_duration_in_hour ⇒ Float
The duration of the job in hours.
-
#number_of_bytes_compacted ⇒ Integer
The number of bytes removed by the compaction job run.
-
#number_of_dpus ⇒ Integer
The number of DPU hours consumed by the job.
-
#number_of_files_compacted ⇒ Integer
The number of files removed by the compaction job run.
Instance Attribute Details
#job_duration_in_hour ⇒ Float
The duration of the job in hours.
13568 13569 13570 13571 13572 13573 13574 13575 |
# File 'lib/aws-sdk-glue/types.rb', line 13568 class IcebergCompactionMetrics < 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 ⇒ Integer
The number of bytes removed by the compaction job run.
13568 13569 13570 13571 13572 13573 13574 13575 |
# File 'lib/aws-sdk-glue/types.rb', line 13568 class IcebergCompactionMetrics < 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 ⇒ Integer
The number of DPU hours consumed by the job.
13568 13569 13570 13571 13572 13573 13574 13575 |
# File 'lib/aws-sdk-glue/types.rb', line 13568 class IcebergCompactionMetrics < 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 ⇒ Integer
The number of files removed by the compaction job run.
13568 13569 13570 13571 13572 13573 13574 13575 |
# File 'lib/aws-sdk-glue/types.rb', line 13568 class IcebergCompactionMetrics < Struct.new( :number_of_bytes_compacted, :number_of_files_compacted, :number_of_dpus, :job_duration_in_hour) SENSITIVE = [] include Aws::Structure end |