Uses of Class
com.google.cloud.aiplatform.v1.MetadataServiceClient.ListArtifactsPagedResponse
Packages that use MetadataServiceClient.ListArtifactsPagedResponse
Package
Description
A client to Vertex AI API
-
Uses of MetadataServiceClient.ListArtifactsPagedResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return MetadataServiceClient.ListArtifactsPagedResponseModifier and TypeMethodDescriptionMetadataServiceClient.listArtifacts(ListArtifactsRequest request) Lists Artifacts in the MetadataStore.MetadataServiceClient.listArtifacts(MetadataStoreName parent) Lists Artifacts in the MetadataStore.MetadataServiceClient.listArtifacts(String parent) Lists Artifacts in the MetadataStore.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type MetadataServiceClient.ListArtifactsPagedResponseModifier and TypeMethodDescriptionMetadataServiceClient.ListArtifactsPagedResponse.createAsync(PageContext<ListArtifactsRequest, ListArtifactsResponse, Artifact> context, ApiFuture<ListArtifactsResponse> futureResponse) MetadataServiceClient.listArtifactsPagedCallable()Lists Artifacts in the MetadataStore.PagedCallSettings.Builder<ListArtifactsRequest,ListArtifactsResponse, MetadataServiceClient.ListArtifactsPagedResponse> MetadataServiceSettings.Builder.listArtifactsSettings()Returns the builder for the settings used for calls to listArtifacts.PagedCallSettings<ListArtifactsRequest,ListArtifactsResponse, MetadataServiceClient.ListArtifactsPagedResponse> MetadataServiceSettings.listArtifactsSettings()Returns the object with the settings used for calls to listArtifacts. -
Uses of MetadataServiceClient.ListArtifactsPagedResponse in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type MetadataServiceClient.ListArtifactsPagedResponseModifier and TypeMethodDescriptionGrpcMetadataServiceStub.listArtifactsPagedCallable()MetadataServiceStub.listArtifactsPagedCallable()PagedCallSettings.Builder<ListArtifactsRequest,ListArtifactsResponse, MetadataServiceClient.ListArtifactsPagedResponse> MetadataServiceStubSettings.Builder.listArtifactsSettings()Returns the builder for the settings used for calls to listArtifacts.PagedCallSettings<ListArtifactsRequest,ListArtifactsResponse, MetadataServiceClient.ListArtifactsPagedResponse> MetadataServiceStubSettings.listArtifactsSettings()Returns the object with the settings used for calls to listArtifacts.