Interface protos.google.cloud.aiplatform.v1beta1.ITimestampSplit (1.7.2)

Properties of a TimestampSplit.

Package

@google-cloud/aiplatform!

Properties

key

key?: (string|null);

TimestampSplit key

Property Value
TypeDescription
(string|null)

testFraction

testFraction?: (number|null);

TimestampSplit testFraction

Property Value
TypeDescription
(number|null)

trainingFraction

trainingFraction?: (number|null);

TimestampSplit trainingFraction

Property Value
TypeDescription
(number|null)

validationFraction

validationFraction?: (number|null);

TimestampSplit validationFraction

Property Value
TypeDescription
(number|null)