Class: Google::Cloud::AIPlatform::V1::StructFieldValue

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

One field of a Struct (or object) type feature value.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Name of the field in the struct feature.

Returns:

  • (::String)

    Name of the field in the struct feature.



265
266
267
268
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb', line 265

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

#value::Google::Cloud::AIPlatform::V1::FeatureValue

Returns The value for this field.

Returns:



265
266
267
268
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb', line 265

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