Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::FeatureViewDirectWriteResponse::WriteResponse.
Details about the write for each key.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_key
def data_key() -> ::Google::Cloud::AIPlatform::V1::FeatureViewDataKey
Returns
- (::Google::Cloud::AIPlatform::V1::FeatureViewDataKey) — What key is this write response associated with.
#data_key=
def data_key=(value) -> ::Google::Cloud::AIPlatform::V1::FeatureViewDataKey
Parameter
- value (::Google::Cloud::AIPlatform::V1::FeatureViewDataKey) — What key is this write response associated with.
Returns
- (::Google::Cloud::AIPlatform::V1::FeatureViewDataKey) — What key is this write response associated with.
#online_store_write_time
def online_store_write_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — When the feature values were written to the online store. If FeatureViewDirectWriteResponse.status is not OK, this field is not populated.
#online_store_write_time=
def online_store_write_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — When the feature values were written to the online store. If FeatureViewDirectWriteResponse.status is not OK, this field is not populated.
Returns
- (::Google::Protobuf::Timestamp) — When the feature values were written to the online store. If FeatureViewDirectWriteResponse.status is not OK, this field is not populated.