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)


18345
18346
18347
18348
18349
18350
18351
18352
# File 'lib/aws-sdk-glue/types.rb', line 18345

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)


18345
18346
18347
18348
18349
18350
18351
18352
# File 'lib/aws-sdk-glue/types.rb', line 18345

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)


18345
18346
18347
18348
18349
18350
18351
18352
# File 'lib/aws-sdk-glue/types.rb', line 18345

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)


18345
18346
18347
18348
18349
18350
18351
18352
# File 'lib/aws-sdk-glue/types.rb', line 18345

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