Sha256: 3c2f3fdda9c577f86d3718fa61336e3d48dcc23c83a3ee7e5b2112307f4afa60
Contents?: true
Size: 951 Bytes
Versions: 22
Compression:
Stored size: 951 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/aiplatform/v1/feature_selector.proto require 'google/protobuf' require 'google/api/field_behavior_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/aiplatform/v1/feature_selector.proto", :syntax => :proto3) do add_message "google.cloud.aiplatform.v1.IdMatcher" do repeated :ids, :string, 1 end add_message "google.cloud.aiplatform.v1.FeatureSelector" do optional :id_matcher, :message, 1, "google.cloud.aiplatform.v1.IdMatcher" end end end module Google module Cloud module AIPlatform module V1 IdMatcher = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.IdMatcher").msgclass FeatureSelector = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.FeatureSelector").msgclass end end end end
Version data entries
22 entries across 22 versions & 1 rubygems