Class: Google::Cloud::AIPlatform::V1::WriteFeatureValuesRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#entity_type::String

Returns Required. The resource name of the EntityType for the entities being written. Value format: projects/{project}/locations/{location}/featurestores/ \\{featurestore}/entityTypes/\\{entityType}. For example, for a machine learning model predicting user clicks on a website, an EntityType ID could be user.

Returns:

  • (::String)

    Required. The resource name of the EntityType for the entities being written. Value format: projects/{project}/locations/{location}/featurestores/ \\{featurestore}/entityTypes/\\{entityType}. For example, for a machine learning model predicting user clicks on a website, an EntityType ID could be user.



38
39
40
41
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb', line 38

class WriteFeatureValuesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#payloads::Array<::Google::Cloud::AIPlatform::V1::WriteFeatureValuesPayload>

Returns Required. The entities to be written. Up to 100,000 feature values can be written across all payloads.

Returns:



38
39
40
41
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb', line 38

class WriteFeatureValuesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end