Class: Google::Cloud::AIPlatform::V1::SamplingStrategy::RandomSampleConfig

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

Overview

Requests are randomly selected.

Instance Attribute Summary collapse

Instance Attribute Details

#sample_rate::Float

Returns Sample rate (0, 1].

Returns:

  • (::Float)

    Sample rate (0, 1]



267
268
269
270
# File 'proto_docs/google/cloud/aiplatform/v1/model_monitoring.rb', line 267

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