Class: Google::Cloud::AIPlatform::V1::StructFieldValue
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::StructFieldValue
- 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
-
#name ⇒ ::String
Name of the field in the struct feature.
-
#value ⇒ ::Google::Cloud::AIPlatform::V1::FeatureValue
The value for this field.
Instance Attribute Details
#name ⇒ ::String
Returns 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.
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 |