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

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

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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.

Returns
Type Description
Google\Cloud\AIPlatform\V1\SamplingStrategy\RandomSampleConfig|null

hasRandomSampleConfig

clearRandomSampleConfig

setRandomSampleConfig

Random sample config. Will support more sampling strategies later.

Parameter
Name Description
var Google\Cloud\AIPlatform\V1\SamplingStrategy\RandomSampleConfig
Returns
Type Description
$this