Class: Aws::Glue::Types::IcebergRetentionMetrics
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::IcebergRetentionMetrics
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Snapshot retention metrics for Iceberg for the optimizer run.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #dpu_hours  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of DPU hours consumed by the job. 
- 
  
    
      #job_duration_in_hour  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The duration of the job in hours. 
- 
  
    
      #number_of_data_files_deleted  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of data files deleted by the retention job run. 
- 
  
    
      #number_of_dpus  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of DPUs consumed by the job, rounded up to the nearest whole number. 
- 
  
    
      #number_of_manifest_files_deleted  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of manifest files deleted by the retention job run. 
- 
  
    
      #number_of_manifest_lists_deleted  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of manifest lists deleted by the retention job run. 
Instance Attribute Details
#dpu_hours ⇒ Float
The number of DPU hours consumed by the job.
| 15433 15434 15435 15436 15437 15438 15439 15440 15441 15442 | # File 'lib/aws-sdk-glue/types.rb', line 15433 class IcebergRetentionMetrics < Struct.new( :number_of_data_files_deleted, :number_of_manifest_files_deleted, :number_of_manifest_lists_deleted, :dpu_hours, :number_of_dpus, :job_duration_in_hour) SENSITIVE = [] include Aws::Structure end | 
#job_duration_in_hour ⇒ Float
The duration of the job in hours.
| 15433 15434 15435 15436 15437 15438 15439 15440 15441 15442 | # File 'lib/aws-sdk-glue/types.rb', line 15433 class IcebergRetentionMetrics < Struct.new( :number_of_data_files_deleted, :number_of_manifest_files_deleted, :number_of_manifest_lists_deleted, :dpu_hours, :number_of_dpus, :job_duration_in_hour) SENSITIVE = [] include Aws::Structure end | 
#number_of_data_files_deleted ⇒ Integer
The number of data files deleted by the retention job run.
| 15433 15434 15435 15436 15437 15438 15439 15440 15441 15442 | # File 'lib/aws-sdk-glue/types.rb', line 15433 class IcebergRetentionMetrics < Struct.new( :number_of_data_files_deleted, :number_of_manifest_files_deleted, :number_of_manifest_lists_deleted, :dpu_hours, :number_of_dpus, :job_duration_in_hour) SENSITIVE = [] include Aws::Structure end | 
#number_of_dpus ⇒ Integer
The number of DPUs consumed by the job, rounded up to the nearest whole number.
| 15433 15434 15435 15436 15437 15438 15439 15440 15441 15442 | # File 'lib/aws-sdk-glue/types.rb', line 15433 class IcebergRetentionMetrics < Struct.new( :number_of_data_files_deleted, :number_of_manifest_files_deleted, :number_of_manifest_lists_deleted, :dpu_hours, :number_of_dpus, :job_duration_in_hour) SENSITIVE = [] include Aws::Structure end | 
#number_of_manifest_files_deleted ⇒ Integer
The number of manifest files deleted by the retention job run.
| 15433 15434 15435 15436 15437 15438 15439 15440 15441 15442 | # File 'lib/aws-sdk-glue/types.rb', line 15433 class IcebergRetentionMetrics < Struct.new( :number_of_data_files_deleted, :number_of_manifest_files_deleted, :number_of_manifest_lists_deleted, :dpu_hours, :number_of_dpus, :job_duration_in_hour) SENSITIVE = [] include Aws::Structure end | 
#number_of_manifest_lists_deleted ⇒ Integer
The number of manifest lists deleted by the retention job run.
| 15433 15434 15435 15436 15437 15438 15439 15440 15441 15442 | # File 'lib/aws-sdk-glue/types.rb', line 15433 class IcebergRetentionMetrics < Struct.new( :number_of_data_files_deleted, :number_of_manifest_files_deleted, :number_of_manifest_lists_deleted, :dpu_hours, :number_of_dpus, :job_duration_in_hour) SENSITIVE = [] include Aws::Structure end |