Uses of Class
com.google.cloud.aiplatform.v1.Feature
Packages that use Feature
-
Uses of Feature in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return FeatureModifier and TypeMethodDescriptionFeature.Builder.build()Feature.Builder.buildPartial()static FeatureFeature.getDefaultInstance()Feature.Builder.getDefaultInstanceForType()Feature.getDefaultInstanceForType()CreateFeatureRequest.Builder.getFeature()Required.CreateFeatureRequest.getFeature()Required.CreateFeatureRequestOrBuilder.getFeature()Required.UpdateFeatureRequest.Builder.getFeature()Required.UpdateFeatureRequest.getFeature()Required.UpdateFeatureRequestOrBuilder.getFeature()Required.BatchCreateFeaturesResponse.Builder.getFeatures(int index) The Features created.BatchCreateFeaturesResponse.getFeatures(int index) The Features created.BatchCreateFeaturesResponseOrBuilder.getFeatures(int index) The Features created.ListFeaturesResponse.Builder.getFeatures(int index) The Features matching the request.ListFeaturesResponse.getFeatures(int index) The Features matching the request.ListFeaturesResponseOrBuilder.getFeatures(int index) The Features matching the request.SearchFeaturesResponse.Builder.getFeatures(int index) The Features matching the request.SearchFeaturesResponse.getFeatures(int index) The Features matching the request.SearchFeaturesResponseOrBuilder.getFeatures(int index) The Features matching the request.static FeatureFeature.parseDelimitedFrom(InputStream input) static FeatureFeature.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FeatureFeature.parseFrom(byte[] data) static FeatureFeature.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FeatureFeature.parseFrom(com.google.protobuf.ByteString data) static FeatureFeature.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FeatureFeature.parseFrom(com.google.protobuf.CodedInputStream input) static FeatureFeature.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FeatureFeature.parseFrom(InputStream input) static FeatureFeature.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FeatureFeature.parseFrom(ByteBuffer data) static FeatureFeature.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type FeatureModifier and TypeMethodDescriptionBatchCreateFeaturesResponse.Builder.getFeaturesList()The Features created.BatchCreateFeaturesResponse.getFeaturesList()The Features created.BatchCreateFeaturesResponseOrBuilder.getFeaturesList()The Features created.ListFeaturesResponse.Builder.getFeaturesList()The Features matching the request.ListFeaturesResponse.getFeaturesList()The Features matching the request.ListFeaturesResponseOrBuilder.getFeaturesList()The Features matching the request.SearchFeaturesResponse.Builder.getFeaturesList()The Features matching the request.SearchFeaturesResponse.getFeaturesList()The Features matching the request.SearchFeaturesResponseOrBuilder.getFeaturesList()The Features matching the request.com.google.protobuf.Parser<Feature>Feature.getParserForType()static com.google.protobuf.Parser<Feature>Feature.parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type FeatureModifier and TypeMethodDescriptionBatchCreateFeaturesResponse.Builder.addFeatures(int index, Feature value) The Features created.BatchCreateFeaturesResponse.Builder.addFeatures(Feature value) The Features created.ListFeaturesResponse.Builder.addFeatures(int index, Feature value) The Features matching the request.ListFeaturesResponse.Builder.addFeatures(Feature value) The Features matching the request.SearchFeaturesResponse.Builder.addFeatures(int index, Feature value) The Features matching the request.SearchFeaturesResponse.Builder.addFeatures(Feature value) The Features matching the request.CreateFeatureRequest.Builder.mergeFeature(Feature value) Required.UpdateFeatureRequest.Builder.mergeFeature(Feature value) Required.static Feature.BuilderFeature.newBuilder(Feature prototype) CreateFeatureRequest.Builder.setFeature(Feature value) Required.UpdateFeatureRequest.Builder.setFeature(Feature value) Required.BatchCreateFeaturesResponse.Builder.setFeatures(int index, Feature value) The Features created.ListFeaturesResponse.Builder.setFeatures(int index, Feature value) The Features matching the request.SearchFeaturesResponse.Builder.setFeatures(int index, Feature value) The Features matching the request.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type FeatureModifier and TypeMethodDescriptionBatchCreateFeaturesResponse.Builder.addAllFeatures(Iterable<? extends Feature> values) The Features created.ListFeaturesResponse.Builder.addAllFeatures(Iterable<? extends Feature> values) The Features matching the request.SearchFeaturesResponse.Builder.addAllFeatures(Iterable<? extends Feature> values) The Features matching the request.