Class: Google::Cloud::AIPlatform::V1::FeatureViewDirectWriteResponse::WriteResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::FeatureViewDirectWriteResponse::WriteResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb
Overview
Details about the write for each key.
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#data_key ⇒ ::Google::Cloud::AIPlatform::V1::FeatureViewDataKey
Returns What key is this write response associated with.
393 394 395 396 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb', line 393 class WriteResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#online_store_write_time ⇒ ::Google::Protobuf::Timestamp
Returns When the feature values were written to the online store. If FeatureViewDirectWriteResponse.status is not OK, this field is not populated.
393 394 395 396 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb', line 393 class WriteResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |