Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class TimeSeries.
Generated from protobuf message google.cloud.aiplatform.v1.FeatureGroup.BigQuery.TimeSeries
Namespace
Google \ Cloud \ AIPlatform \ V1 \ FeatureGroup \ BigQueryMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ timestamp_column |
string
Optional. Column hosting timestamp values for a time-series source. Will be used to determine the latest |
getTimestampColumn
Optional. Column hosting timestamp values for a time-series source.
Will be used to determine the latest feature_values for each entity.
Optional. If not provided, column named feature_timestamp of
type TIMESTAMP will be used.
| Returns | |
|---|---|
| Type | Description |
string |
|
setTimestampColumn
Optional. Column hosting timestamp values for a time-series source.
Will be used to determine the latest feature_values for each entity.
Optional. If not provided, column named feature_timestamp of
type TIMESTAMP will be used.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|