Class: Google::Cloud::AIPlatform::V1::WriteFeatureValuesPayload

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb

Overview

Contains Feature values to be written for a specific entity.

Defined Under Namespace

Classes: FeatureValuesEntry

Instance Attribute Summary collapse

Instance Attribute Details

#entity_id::String



53
54
55
56
57
58
59
60
61
62
63
64
65
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb', line 53

class WriteFeatureValuesPayload
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::AIPlatform::V1::FeatureValue]
  class FeatureValuesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#feature_values::Google::Protobuf::Map{::String => ::Google::Cloud::AIPlatform::V1::FeatureValue}



53
54
55
56
57
58
59
60
61
62
63
64
65
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb', line 53

class WriteFeatureValuesPayload
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::AIPlatform::V1::FeatureValue]
  class FeatureValuesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end