Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class Metadata.
Metadata of feature value.
Generated from protobuf message google.cloud.aiplatform.v1.FeatureValue.Metadata
Namespace
Google \ Cloud \ AIPlatform \ V1 \ FeatureValueMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ generate_time |
Google\Protobuf\Timestamp
Feature generation timestamp. Typically, it is provided by user at feature ingestion time. If not, feature store will use the system timestamp when the data is ingested into feature store. For streaming ingestion, the time, aligned by days, must be no older than five years (1825 days) and no later than one year (366 days) in the future. |
getGenerateTime
Feature generation timestamp. Typically, it is provided by user at feature ingestion time. If not, feature store will use the system timestamp when the data is ingested into feature store. For streaming ingestion, the time, aligned by days, must be no older than five years (1825 days) and no later than one year (366 days) in the future.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasGenerateTime
clearGenerateTime
setGenerateTime
Feature generation timestamp. Typically, it is provided by user at feature ingestion time. If not, feature store will use the system timestamp when the data is ingested into feature store. For streaming ingestion, the time, aligned by days, must be no older than five years (1825 days) and no later than one year (366 days) in the future.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |