Sha256: 48f92b07f35f9d562ff01b8df522e2299e1c346922d3fc24b6f0ba2aa5c53904
Contents?: true
Size: 1.7 KB
Versions: 64
Compression:
Stored size: 1.7 KB
Contents
# frozen_string_literal: true # Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # Auto-generated by gapic-generator-ruby. DO NOT EDIT! module Google module Cloud module AIPlatform module V1 # Matcher for Features of an EntityType by Feature ID. # @!attribute [rw] ids # @return [::Array<::String>] # Required. The following are accepted as `ids`: # # * A single-element list containing only `*`, which selects all Features # in the target EntityType, or # * A list containing only Feature IDs, which selects only Features with # those IDs in the target EntityType. class IdMatcher include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Selector for Features of an EntityType. # @!attribute [rw] id_matcher # @return [::Google::Cloud::AIPlatform::V1::IdMatcher] # Required. Matches Features based on ID. class FeatureSelector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end end end
Version data entries
64 entries across 64 versions & 1 rubygems