Class: Google::Cloud::Dataproc::V1::UsageSnapshot

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataproc/v1/shared.rb

Overview

The usage snapshot represents the resources consumed by a workload at a specified time.

Instance Attribute Summary collapse

Instance Attribute Details

#accelerator_type::String

Returns Optional. Accelerator type being used, if any.

Returns:

  • (::String)

    Optional. Accelerator type being used, if any



251
252
253
254
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 251

class UsageSnapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#milli_accelerator::Integer

Returns Optional. Milli (one-thousandth) accelerator. (see Dataproc Serverless pricing).

Returns:



251
252
253
254
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 251

class UsageSnapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#milli_dcu::Integer

Returns Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) (see Dataproc Serverless pricing).

Returns:



251
252
253
254
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 251

class UsageSnapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#milli_dcu_premium::Integer

Returns Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) charged at premium tier (see Dataproc Serverless pricing).

Returns:

  • (::Integer)

    Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) charged at premium tier (see Dataproc Serverless pricing).



251
252
253
254
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 251

class UsageSnapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#shuffle_storage_gb::Integer

Returns Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing).

Returns:



251
252
253
254
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 251

class UsageSnapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#shuffle_storage_gb_premium::Integer

Returns Optional. Shuffle Storage in gigabytes (GB) charged at premium tier. (see Dataproc Serverless pricing).

Returns:



251
252
253
254
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 251

class UsageSnapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#snapshot_time::Google::Protobuf::Timestamp

Returns Optional. The timestamp of the usage snapshot.

Returns:



251
252
253
254
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 251

class UsageSnapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end