Uses of Class
com.google.cloud.aiplatform.v1beta1.ModelServiceClient.ListModelEvaluationsPagedResponse
-
Packages that use ModelServiceClient.ListModelEvaluationsPagedResponse Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of ModelServiceClient.ListModelEvaluationsPagedResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ModelServiceClient.ListModelEvaluationsPagedResponse Modifier and Type Method Description ModelServiceClient.ListModelEvaluationsPagedResponse
ModelServiceClient. listModelEvaluations(ListModelEvaluationsRequest request)
Lists ModelEvaluations in a Model.ModelServiceClient.ListModelEvaluationsPagedResponse
ModelServiceClient. listModelEvaluations(ModelName parent)
Lists ModelEvaluations in a Model.ModelServiceClient.ListModelEvaluationsPagedResponse
ModelServiceClient. listModelEvaluations(String parent)
Lists ModelEvaluations in a Model.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type ModelServiceClient.ListModelEvaluationsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ModelServiceClient.ListModelEvaluationsPagedResponse>
ModelServiceClient.ListModelEvaluationsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListModelEvaluationsRequest,ListModelEvaluationsResponse,ModelEvaluation> context, com.google.api.core.ApiFuture<ListModelEvaluationsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListModelEvaluationsRequest,ModelServiceClient.ListModelEvaluationsPagedResponse>
ModelServiceClient. listModelEvaluationsPagedCallable()
Lists ModelEvaluations in a Model.com.google.api.gax.rpc.PagedCallSettings.Builder<ListModelEvaluationsRequest,ListModelEvaluationsResponse,ModelServiceClient.ListModelEvaluationsPagedResponse>
ModelServiceSettings.Builder. listModelEvaluationsSettings()
Returns the builder for the settings used for calls to listModelEvaluations.com.google.api.gax.rpc.PagedCallSettings<ListModelEvaluationsRequest,ListModelEvaluationsResponse,ModelServiceClient.ListModelEvaluationsPagedResponse>
ModelServiceSettings. listModelEvaluationsSettings()
Returns the object with the settings used for calls to listModelEvaluations. -
Uses of ModelServiceClient.ListModelEvaluationsPagedResponse in com.google.cloud.aiplatform.v1beta1.stub
-