Class: Google::Cloud::AIPlatform::V1::FeatureViewDirectWriteResponse::WriteResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#data_key::Google::Cloud::AIPlatform::V1::FeatureViewDataKey

Returns What key is this write response associated with.

Returns:



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.

Returns:



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