Class: Google::Cloud::AIPlatform::V1::StructValue
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::StructValue
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb
Overview
Struct (or object) type feature value.
Instance Attribute Summary collapse
-
#values ⇒ ::Array<::Google::Cloud::AIPlatform::V1::StructFieldValue>
A list of field values.
Instance Attribute Details
#values ⇒ ::Array<::Google::Cloud::AIPlatform::V1::StructFieldValue>
Returns A list of field values.
253 254 255 256 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb', line 253 class StructValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |