Cloud AI Platform v1 API - Class SamplingStrategy (2.27.0)

public sealed class SamplingStrategy : IMessage<SamplingStrategy>, IEquatable<SamplingStrategy>, IDeepCloneable<SamplingStrategy>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class SamplingStrategy.

Sampling Strategy for logging, can be for both training and prediction dataset.

Inheritance

object > SamplingStrategy

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

SamplingStrategy()

public SamplingStrategy()

SamplingStrategy(SamplingStrategy)

public SamplingStrategy(SamplingStrategy other)
Parameter
NameDescription
otherSamplingStrategy

Properties

RandomSampleConfig

public SamplingStrategy.Types.RandomSampleConfig RandomSampleConfig { get; set; }

Random sample config. Will support more sampling strategies later.

Property Value
TypeDescription
SamplingStrategyTypesRandomSampleConfig