Google Cloud Ai Platform V1 Client - Class SamplingStrategy (0.10.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class SamplingStrategy.

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

Generated from protobuf message google.cloud.aiplatform.v1.SamplingStrategy

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ random_sample_config Google\Cloud\AIPlatform\V1\SamplingStrategy\RandomSampleConfig

Random sample config. Will support more sampling strategies later.

getRandomSampleConfig

Random sample config. Will support more sampling strategies later.

Generated from protobuf field .google.cloud.aiplatform.v1.SamplingStrategy.RandomSampleConfig random_sample_config = 1;

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\SamplingStrategy\RandomSampleConfig|null

hasRandomSampleConfig

clearRandomSampleConfig

setRandomSampleConfig

Random sample config. Will support more sampling strategies later.

Generated from protobuf field .google.cloud.aiplatform.v1.SamplingStrategy.RandomSampleConfig random_sample_config = 1;

Parameter
NameDescription
var Google\Cloud\AIPlatform\V1\SamplingStrategy\RandomSampleConfig
Returns
TypeDescription
$this