public static interface AutoMlTablesInputs.Transformation.TimestampTransformationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnName()
string column_name = 1; |
com.google.protobuf.ByteString |
getColumnNameBytes()
string column_name = 1; |
boolean |
getInvalidValuesAllowed()
If invalid values is allowed, the training pipeline will create a
boolean feature that indicated whether the value is valid.
|
String |
getTimeFormat()
The format in which that time field is expressed.
|
com.google.protobuf.ByteString |
getTimeFormatBytes()
The format in which that time field is expressed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getColumnName()
string column_name = 1;com.google.protobuf.ByteString getColumnNameBytes()
string column_name = 1;String getTimeFormat()
The format in which that time field is expressed. The time_format must either be one of: * `unix-seconds` * `unix-milliseconds` * `unix-microseconds` * `unix-nanoseconds` (for respectively number of seconds, milliseconds, microseconds and nanoseconds since start of the Unix epoch); or be written in `strftime` syntax. If time_format is not set, then the default format is RFC 3339 `date-time` format, where `time-offset` = `"Z"` (e.g. 1985-04-12T23:20:50.52Z)
string time_format = 2;com.google.protobuf.ByteString getTimeFormatBytes()
The format in which that time field is expressed. The time_format must either be one of: * `unix-seconds` * `unix-milliseconds` * `unix-microseconds` * `unix-nanoseconds` (for respectively number of seconds, milliseconds, microseconds and nanoseconds since start of the Unix epoch); or be written in `strftime` syntax. If time_format is not set, then the default format is RFC 3339 `date-time` format, where `time-offset` = `"Z"` (e.g. 1985-04-12T23:20:50.52Z)
string time_format = 2;boolean getInvalidValuesAllowed()
If invalid values is allowed, the training pipeline will create a boolean feature that indicated whether the value is valid. Otherwise, the training pipeline will discard the input row from trainining data.
bool invalid_values_allowed = 3;Copyright © 2025 Google LLC. All rights reserved.