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



277
278
279
280
# File 'proto_docs/google/cloud/aiplatform/v1/model_monitoring.rb', line 277

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