Google Cloud Ai Platform V1 Client - Class WriteResponse (1.34.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class WriteResponse.

Details about the write for each key.

Generated from protobuf message google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.WriteResponse

Namespace

Google \ Cloud \ AIPlatform \ V1 \ FeatureViewDirectWriteResponse

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ data_key Google\Cloud\AIPlatform\V1\FeatureViewDataKey

What key is this write response associated with.

↳ online_store_write_time Google\Protobuf\Timestamp

When the feature values were written to the online store. If FeatureViewDirectWriteResponse.status is not OK, this field is not populated.

getDataKey

What key is this write response associated with.

Returns
Type Description
Google\Cloud\AIPlatform\V1\FeatureViewDataKey|null

hasDataKey

clearDataKey

setDataKey

What key is this write response associated with.

Parameter
Name Description
var Google\Cloud\AIPlatform\V1\FeatureViewDataKey
Returns
Type Description
$this

getOnlineStoreWriteTime

When the feature values were written to the online store.

If FeatureViewDirectWriteResponse.status is not OK, this field is not populated.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasOnlineStoreWriteTime

clearOnlineStoreWriteTime

setOnlineStoreWriteTime

When the feature values were written to the online store.

If FeatureViewDirectWriteResponse.status is not OK, this field is not populated.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this