Class: Aws::Glue::Types::IcebergRetentionMetrics

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

Instance Attribute Details

#dpu_hoursFloat

The number of DPU hours consumed by the job.

Returns:

  • (Float)


15445
15446
15447
15448
15449
15450
15451
15452
15453
15454
# File 'lib/aws-sdk-glue/types.rb', line 15445

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_hourFloat

The duration of the job in hours.

Returns:

  • (Float)


15445
15446
15447
15448
15449
15450
15451
15452
15453
15454
# File 'lib/aws-sdk-glue/types.rb', line 15445

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_deletedInteger

The number of data files deleted by the retention job run.

Returns:

  • (Integer)


15445
15446
15447
15448
15449
15450
15451
15452
15453
15454
# File 'lib/aws-sdk-glue/types.rb', line 15445

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_dpusInteger

The number of DPUs consumed by the job, rounded up to the nearest whole number.

Returns:

  • (Integer)


15445
15446
15447
15448
15449
15450
15451
15452
15453
15454
# File 'lib/aws-sdk-glue/types.rb', line 15445

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_deletedInteger

The number of manifest files deleted by the retention job run.

Returns:

  • (Integer)


15445
15446
15447
15448
15449
15450
15451
15452
15453
15454
# File 'lib/aws-sdk-glue/types.rb', line 15445

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_deletedInteger

The number of manifest lists deleted by the retention job run.

Returns:

  • (Integer)


15445
15446
15447
15448
15449
15450
15451
15452
15453
15454
# File 'lib/aws-sdk-glue/types.rb', line 15445

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