Class: Google::Cloud::AIPlatform::V1::FetchFeatureValuesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::FetchFeatureValuesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb
Overview
Response message for FeatureOnlineStoreService.FetchFeatureValues
Defined Under Namespace
Classes: FeatureNameValuePairList
Instance Attribute Summary collapse
-
#key_values ⇒ ::Google::Cloud::AIPlatform::V1::FetchFeatureValuesResponse::FeatureNameValuePairList
Feature values in KeyValue format.
-
#proto_struct ⇒ ::Google::Protobuf::Struct
Feature values in proto Struct format.
Instance Attribute Details
#key_values ⇒ ::Google::Cloud::AIPlatform::V1::FetchFeatureValuesResponse::FeatureNameValuePairList
Returns Feature values in KeyValue format.
61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb', line 61 class FetchFeatureValuesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Response structure in the format of key (feature name) and (feature) value # pair. # @!attribute [rw] features # @return [::Array<::Google::Cloud::AIPlatform::V1::FetchFeatureValuesResponse::FeatureNameValuePairList::FeatureNameValuePair>] # List of feature names and values. class FeatureNameValuePairList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Feature name & value pair. # @!attribute [rw] value # @return [::Google::Cloud::AIPlatform::V1::FeatureValue] # Feature value. # @!attribute [rw] name # @return [::String] # Feature short name. class FeatureNameValuePair include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end |
#proto_struct ⇒ ::Google::Protobuf::Struct
Returns Feature values in proto Struct format.
61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb', line 61 class FetchFeatureValuesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Response structure in the format of key (feature name) and (feature) value # pair. # @!attribute [rw] features # @return [::Array<::Google::Cloud::AIPlatform::V1::FetchFeatureValuesResponse::FeatureNameValuePairList::FeatureNameValuePair>] # List of feature names and values. class FeatureNameValuePairList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Feature name & value pair. # @!attribute [rw] value # @return [::Google::Cloud::AIPlatform::V1::FeatureValue] # Feature value. # @!attribute [rw] name # @return [::String] # Feature short name. class FeatureNameValuePair include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end |