Class: Aws::Glue::Types::RunMetrics

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Metrics for the optimizer run.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_duration_in_hourString

The duration of the job in hours.

Returns:

  • (String)


17693
17694
17695
17696
17697
17698
17699
17700
# File 'lib/aws-sdk-glue/types.rb', line 17693

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_compactedString

The number of bytes removed by the compaction job run.

Returns:

  • (String)


17693
17694
17695
17696
17697
17698
17699
17700
# File 'lib/aws-sdk-glue/types.rb', line 17693

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_dpusString

The number of DPU hours consumed by the job.

Returns:

  • (String)


17693
17694
17695
17696
17697
17698
17699
17700
# File 'lib/aws-sdk-glue/types.rb', line 17693

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_compactedString

The number of files removed by the compaction job run.

Returns:

  • (String)


17693
17694
17695
17696
17697
17698
17699
17700
# File 'lib/aws-sdk-glue/types.rb', line 17693

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