Class: Aws::Glue::Types::IcebergCompactionMetrics

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#job_duration_in_hourFloat

The duration of the job in hours.

Returns:

  • (Float)


13409
13410
13411
13412
13413
13414
13415
13416
# File 'lib/aws-sdk-glue/types.rb', line 13409

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_compactedInteger

The number of bytes removed by the compaction job run.

Returns:

  • (Integer)


13409
13410
13411
13412
13413
13414
13415
13416
# File 'lib/aws-sdk-glue/types.rb', line 13409

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_dpusInteger

The number of DPU hours consumed by the job.

Returns:

  • (Integer)


13409
13410
13411
13412
13413
13414
13415
13416
# File 'lib/aws-sdk-glue/types.rb', line 13409

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_compactedInteger

The number of files removed by the compaction job run.

Returns:

  • (Integer)


13409
13410
13411
13412
13413
13414
13415
13416
# File 'lib/aws-sdk-glue/types.rb', line 13409

class IcebergCompactionMetrics < Struct.new(
  :number_of_bytes_compacted,
  :number_of_files_compacted,
  :number_of_dpus,
  :job_duration_in_hour)
  SENSITIVE = []
  include Aws::Structure
end