Uses of Class
com.google.cloud.aiplatform.v1beta1.Feature
-
Packages that use Feature Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of Feature in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return Feature Modifier and Type Method Description Feature
Feature.Builder. build()
Feature
Feature.Builder. buildPartial()
static Feature
Feature. getDefaultInstance()
Feature
Feature.Builder. getDefaultInstanceForType()
Feature
Feature. getDefaultInstanceForType()
Feature
CreateFeatureRequest.Builder. getFeature()
Required.Feature
CreateFeatureRequest. getFeature()
Required.Feature
CreateFeatureRequestOrBuilder. getFeature()
Required.Feature
FeaturestoreServiceClient. getFeature(FeatureName name)
Gets details of a single Feature.Feature
FeaturestoreServiceClient. getFeature(GetFeatureRequest request)
Gets details of a single Feature.Feature
FeaturestoreServiceClient. getFeature(String name)
Gets details of a single Feature.Feature
FeaturestoreServiceGrpc.FeaturestoreServiceBlockingStub. getFeature(GetFeatureRequest request)
Gets details of a single Feature.Feature
UpdateFeatureRequest.Builder. getFeature()
Required.Feature
UpdateFeatureRequest. getFeature()
Required.Feature
UpdateFeatureRequestOrBuilder. getFeature()
Required.Feature
BatchCreateFeaturesResponse.Builder. getFeatures(int index)
The Features created.Feature
BatchCreateFeaturesResponse. getFeatures(int index)
The Features created.Feature
BatchCreateFeaturesResponseOrBuilder. getFeatures(int index)
The Features created.Feature
ListFeaturesResponse.Builder. getFeatures(int index)
The Features matching the request.Feature
ListFeaturesResponse. getFeatures(int index)
The Features matching the request.Feature
ListFeaturesResponseOrBuilder. getFeatures(int index)
The Features matching the request.Feature
SearchFeaturesResponse.Builder. getFeatures(int index)
The Features matching the request.Feature
SearchFeaturesResponse. getFeatures(int index)
The Features matching the request.Feature
SearchFeaturesResponseOrBuilder. getFeatures(int index)
The Features matching the request.static Feature
Feature. parseDelimitedFrom(InputStream input)
static Feature
Feature. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Feature
Feature. parseFrom(byte[] data)
static Feature
Feature. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Feature
Feature. parseFrom(com.google.protobuf.ByteString data)
static Feature
Feature. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Feature
Feature. parseFrom(com.google.protobuf.CodedInputStream input)
static Feature
Feature. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Feature
Feature. parseFrom(InputStream input)
static Feature
Feature. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Feature
Feature. parseFrom(ByteBuffer data)
static Feature
Feature. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Feature
FeaturestoreServiceClient. updateFeature(Feature feature, com.google.protobuf.FieldMask updateMask)
Updates the parameters of a single Feature.Feature
FeaturestoreServiceClient. updateFeature(UpdateFeatureRequest request)
Updates the parameters of a single Feature.Feature
FeaturestoreServiceGrpc.FeaturestoreServiceBlockingStub. updateFeature(UpdateFeatureRequest request)
Updates the parameters of a single Feature.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type Feature Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Feature,CreateFeatureOperationMetadata>
FeaturestoreServiceClient. createFeatureAsync(CreateFeatureRequest request)
Creates a new Feature in a given EntityType.com.google.api.gax.longrunning.OperationFuture<Feature,CreateFeatureOperationMetadata>
FeaturestoreServiceClient. createFeatureAsync(EntityTypeName parent, Feature feature)
Creates a new Feature in a given EntityType.com.google.api.gax.longrunning.OperationFuture<Feature,CreateFeatureOperationMetadata>
FeaturestoreServiceClient. createFeatureAsync(EntityTypeName parent, Feature feature, String featureId)
Creates a new Feature in a given EntityType.com.google.api.gax.longrunning.OperationFuture<Feature,CreateFeatureOperationMetadata>
FeaturestoreServiceClient. createFeatureAsync(String parent, Feature feature)
Creates a new Feature in a given EntityType.com.google.api.gax.longrunning.OperationFuture<Feature,CreateFeatureOperationMetadata>
FeaturestoreServiceClient. createFeatureAsync(String parent, Feature feature, String featureId)
Creates a new Feature in a given EntityType.com.google.api.gax.rpc.OperationCallable<CreateFeatureRequest,Feature,CreateFeatureOperationMetadata>
FeaturestoreServiceClient. createFeatureOperationCallable()
Creates a new Feature in a given EntityType.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateFeatureRequest,Feature,CreateFeatureOperationMetadata>
FeaturestoreServiceSettings.Builder. createFeatureOperationSettings()
Returns the builder for the settings used for calls to createFeature.com.google.api.gax.rpc.OperationCallSettings<CreateFeatureRequest,Feature,CreateFeatureOperationMetadata>
FeaturestoreServiceSettings. createFeatureOperationSettings()
Returns the object with the settings used for calls to createFeature.com.google.common.util.concurrent.ListenableFuture<Feature>
FeaturestoreServiceGrpc.FeaturestoreServiceFutureStub. getFeature(GetFeatureRequest request)
Gets details of a single Feature.com.google.api.gax.rpc.UnaryCallable<GetFeatureRequest,Feature>
FeaturestoreServiceClient. getFeatureCallable()
Gets details of a single Feature.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFeatureRequest,Feature>
FeaturestoreServiceSettings.Builder. getFeatureSettings()
Returns the builder for the settings used for calls to getFeature.com.google.api.gax.rpc.UnaryCallSettings<GetFeatureRequest,Feature>
FeaturestoreServiceSettings. getFeatureSettings()
Returns the object with the settings used for calls to getFeature.List<Feature>
BatchCreateFeaturesResponse.Builder. getFeaturesList()
The Features created.List<Feature>
BatchCreateFeaturesResponse. getFeaturesList()
The Features created.List<Feature>
BatchCreateFeaturesResponseOrBuilder. getFeaturesList()
The Features created.List<Feature>
ListFeaturesResponse.Builder. getFeaturesList()
The Features matching the request.List<Feature>
ListFeaturesResponse. getFeaturesList()
The Features matching the request.List<Feature>
ListFeaturesResponseOrBuilder. getFeaturesList()
The Features matching the request.List<Feature>
SearchFeaturesResponse.Builder. getFeaturesList()
The Features matching the request.List<Feature>
SearchFeaturesResponse. getFeaturesList()
The Features matching the request.List<Feature>
SearchFeaturesResponseOrBuilder. getFeaturesList()
The Features matching the request.static io.grpc.MethodDescriptor<GetFeatureRequest,Feature>
FeaturestoreServiceGrpc. getGetFeatureMethod()
com.google.protobuf.Parser<Feature>
Feature. getParserForType()
static io.grpc.MethodDescriptor<UpdateFeatureRequest,Feature>
FeaturestoreServiceGrpc. getUpdateFeatureMethod()
static com.google.protobuf.Parser<Feature>
Feature. parser()
com.google.common.util.concurrent.ListenableFuture<Feature>
FeaturestoreServiceGrpc.FeaturestoreServiceFutureStub. updateFeature(UpdateFeatureRequest request)
Updates the parameters of a single Feature.com.google.api.gax.rpc.UnaryCallable<UpdateFeatureRequest,Feature>
FeaturestoreServiceClient. updateFeatureCallable()
Updates the parameters of a single Feature.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateFeatureRequest,Feature>
FeaturestoreServiceSettings.Builder. updateFeatureSettings()
Returns the builder for the settings used for calls to updateFeature.com.google.api.gax.rpc.UnaryCallSettings<UpdateFeatureRequest,Feature>
FeaturestoreServiceSettings. updateFeatureSettings()
Returns the object with the settings used for calls to updateFeature.Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type Feature Modifier and Type Method Description BatchCreateFeaturesResponse.Builder
BatchCreateFeaturesResponse.Builder. addFeatures(int index, Feature value)
The Features created.BatchCreateFeaturesResponse.Builder
BatchCreateFeaturesResponse.Builder. addFeatures(Feature value)
The Features created.ListFeaturesResponse.Builder
ListFeaturesResponse.Builder. addFeatures(int index, Feature value)
The Features matching the request.ListFeaturesResponse.Builder
ListFeaturesResponse.Builder. addFeatures(Feature value)
The Features matching the request.SearchFeaturesResponse.Builder
SearchFeaturesResponse.Builder. addFeatures(int index, Feature value)
The Features matching the request.SearchFeaturesResponse.Builder
SearchFeaturesResponse.Builder. addFeatures(Feature value)
The Features matching the request.com.google.api.gax.longrunning.OperationFuture<Feature,CreateFeatureOperationMetadata>
FeaturestoreServiceClient. createFeatureAsync(EntityTypeName parent, Feature feature)
Creates a new Feature in a given EntityType.com.google.api.gax.longrunning.OperationFuture<Feature,CreateFeatureOperationMetadata>
FeaturestoreServiceClient. createFeatureAsync(EntityTypeName parent, Feature feature, String featureId)
Creates a new Feature in a given EntityType.com.google.api.gax.longrunning.OperationFuture<Feature,CreateFeatureOperationMetadata>
FeaturestoreServiceClient. createFeatureAsync(String parent, Feature feature)
Creates a new Feature in a given EntityType.com.google.api.gax.longrunning.OperationFuture<Feature,CreateFeatureOperationMetadata>
FeaturestoreServiceClient. createFeatureAsync(String parent, Feature feature, String featureId)
Creates a new Feature in a given EntityType.CreateFeatureRequest.Builder
CreateFeatureRequest.Builder. mergeFeature(Feature value)
Required.UpdateFeatureRequest.Builder
UpdateFeatureRequest.Builder. mergeFeature(Feature value)
Required.Feature.Builder
Feature.Builder. mergeFrom(Feature other)
static Feature.Builder
Feature. newBuilder(Feature prototype)
CreateFeatureRequest.Builder
CreateFeatureRequest.Builder. setFeature(Feature value)
Required.UpdateFeatureRequest.Builder
UpdateFeatureRequest.Builder. setFeature(Feature value)
Required.BatchCreateFeaturesResponse.Builder
BatchCreateFeaturesResponse.Builder. setFeatures(int index, Feature value)
The Features created.ListFeaturesResponse.Builder
ListFeaturesResponse.Builder. setFeatures(int index, Feature value)
The Features matching the request.SearchFeaturesResponse.Builder
SearchFeaturesResponse.Builder. setFeatures(int index, Feature value)
The Features matching the request.Feature
FeaturestoreServiceClient. updateFeature(Feature feature, com.google.protobuf.FieldMask updateMask)
Updates the parameters of a single Feature.Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type Feature Modifier and Type Method Description BatchCreateFeaturesResponse.Builder
BatchCreateFeaturesResponse.Builder. addAllFeatures(Iterable<? extends Feature> values)
The Features created.ListFeaturesResponse.Builder
ListFeaturesResponse.Builder. addAllFeatures(Iterable<? extends Feature> values)
The Features matching the request.SearchFeaturesResponse.Builder
SearchFeaturesResponse.Builder. addAllFeatures(Iterable<? extends Feature> values)
The Features matching the request.static com.google.api.core.ApiFuture<FeaturestoreServiceClient.ListFeaturesPagedResponse>
FeaturestoreServiceClient.ListFeaturesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListFeaturesRequest,ListFeaturesResponse,Feature> context, com.google.api.core.ApiFuture<ListFeaturesResponse> futureResponse)
static com.google.api.core.ApiFuture<FeaturestoreServiceClient.SearchFeaturesPagedResponse>
FeaturestoreServiceClient.SearchFeaturesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<SearchFeaturesRequest,SearchFeaturesResponse,Feature> context, com.google.api.core.ApiFuture<SearchFeaturesResponse> futureResponse)
protected FeaturestoreServiceClient.ListFeaturesPage
FeaturestoreServiceClient.ListFeaturesPage. createPage(com.google.api.gax.rpc.PageContext<ListFeaturesRequest,ListFeaturesResponse,Feature> context, ListFeaturesResponse response)
protected FeaturestoreServiceClient.SearchFeaturesPage
FeaturestoreServiceClient.SearchFeaturesPage. createPage(com.google.api.gax.rpc.PageContext<SearchFeaturesRequest,SearchFeaturesResponse,Feature> context, SearchFeaturesResponse response)
com.google.api.core.ApiFuture<FeaturestoreServiceClient.ListFeaturesPage>
FeaturestoreServiceClient.ListFeaturesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListFeaturesRequest,ListFeaturesResponse,Feature> context, com.google.api.core.ApiFuture<ListFeaturesResponse> futureResponse)
com.google.api.core.ApiFuture<FeaturestoreServiceClient.SearchFeaturesPage>
FeaturestoreServiceClient.SearchFeaturesPage. createPageAsync(com.google.api.gax.rpc.PageContext<SearchFeaturesRequest,SearchFeaturesResponse,Feature> context, com.google.api.core.ApiFuture<SearchFeaturesResponse> futureResponse)
default void
FeaturestoreServiceGrpc.AsyncService. getFeature(GetFeatureRequest request, io.grpc.stub.StreamObserver<Feature> responseObserver)
Gets details of a single Feature.void
FeaturestoreServiceGrpc.FeaturestoreServiceStub. getFeature(GetFeatureRequest request, io.grpc.stub.StreamObserver<Feature> responseObserver)
Gets details of a single Feature.default void
FeaturestoreServiceGrpc.AsyncService. updateFeature(UpdateFeatureRequest request, io.grpc.stub.StreamObserver<Feature> responseObserver)
Updates the parameters of a single Feature.void
FeaturestoreServiceGrpc.FeaturestoreServiceStub. updateFeature(UpdateFeatureRequest request, io.grpc.stub.StreamObserver<Feature> responseObserver)
Updates the parameters of a single Feature. -
Uses of Feature in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type Feature Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CreateFeatureRequest,Feature,CreateFeatureOperationMetadata>
FeaturestoreServiceStub. createFeatureOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateFeatureRequest,Feature,CreateFeatureOperationMetadata>
GrpcFeaturestoreServiceStub. createFeatureOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateFeatureRequest,Feature,CreateFeatureOperationMetadata>
FeaturestoreServiceStubSettings.Builder. createFeatureOperationSettings()
Returns the builder for the settings used for calls to createFeature.com.google.api.gax.rpc.OperationCallSettings<CreateFeatureRequest,Feature,CreateFeatureOperationMetadata>
FeaturestoreServiceStubSettings. createFeatureOperationSettings()
Returns the object with the settings used for calls to createFeature.com.google.api.gax.rpc.UnaryCallable<GetFeatureRequest,Feature>
FeaturestoreServiceStub. getFeatureCallable()
com.google.api.gax.rpc.UnaryCallable<GetFeatureRequest,Feature>
GrpcFeaturestoreServiceStub. getFeatureCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFeatureRequest,Feature>
FeaturestoreServiceStubSettings.Builder. getFeatureSettings()
Returns the builder for the settings used for calls to getFeature.com.google.api.gax.rpc.UnaryCallSettings<GetFeatureRequest,Feature>
FeaturestoreServiceStubSettings. getFeatureSettings()
Returns the object with the settings used for calls to getFeature.com.google.api.gax.rpc.UnaryCallable<UpdateFeatureRequest,Feature>
FeaturestoreServiceStub. updateFeatureCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateFeatureRequest,Feature>
GrpcFeaturestoreServiceStub. updateFeatureCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateFeatureRequest,Feature>
FeaturestoreServiceStubSettings.Builder. updateFeatureSettings()
Returns the builder for the settings used for calls to updateFeature.com.google.api.gax.rpc.UnaryCallSettings<UpdateFeatureRequest,Feature>
FeaturestoreServiceStubSettings. updateFeatureSettings()
Returns the object with the settings used for calls to updateFeature.
-