Google Cloud Ai Platform V1 Client - Class TimestampSplit (0.15.0)

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

Assigns input data to training, validation, and test sets based on a provided timestamps. The youngest data pieces are assigned to training set, next to validation set, and the oldest to the test set.

Supported only for tabular Datasets.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ training_fraction float

The fraction of the input data that is to be used to train the Model.

↳ validation_fraction float

The fraction of the input data that is to be used to validate the Model.

↳ test_fraction float

The fraction of the input data that is to be used to evaluate the Model.

↳ key string

Required. The key is a name of one of the Dataset's data columns. The values of the key (the values in the column) must be in RFC 3339 date-time format, where time-offset = "Z" (e.g. 1985-04-12T23:20:50.52Z). If for a piece of data the key is not present or has an invalid value, that piece is ignored by the pipeline.

getTrainingFraction

The fraction of the input data that is to be used to train the Model.

Returns
TypeDescription
float

setTrainingFraction

The fraction of the input data that is to be used to train the Model.

Parameter
NameDescription
var float
Returns
TypeDescription
$this

getValidationFraction

The fraction of the input data that is to be used to validate the Model.

Returns
TypeDescription
float

setValidationFraction

The fraction of the input data that is to be used to validate the Model.

Parameter
NameDescription
var float
Returns
TypeDescription
$this

getTestFraction

The fraction of the input data that is to be used to evaluate the Model.

Returns
TypeDescription
float

setTestFraction

The fraction of the input data that is to be used to evaluate the Model.

Parameter
NameDescription
var float
Returns
TypeDescription
$this

getKey

Required. The key is a name of one of the Dataset's data columns.

The values of the key (the values in the column) must be in RFC 3339 date-time format, where time-offset = "Z" (e.g. 1985-04-12T23:20:50.52Z). If for a piece of data the key is not present or has an invalid value, that piece is ignored by the pipeline.

Returns
TypeDescription
string

setKey

Required. The key is a name of one of the Dataset's data columns.

The values of the key (the values in the column) must be in RFC 3339 date-time format, where time-offset = "Z" (e.g. 1985-04-12T23:20:50.52Z). If for a piece of data the key is not present or has an invalid value, that piece is ignored by the pipeline.

Parameter
NameDescription
var string
Returns
TypeDescription
$this