Google Cloud Ai Platform V1 Client - Class Metadata (0.29.0)

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 \ FeatureValue

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
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
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this