Class ScheduleServiceGrpc.ScheduleServiceImplBase
- java.lang.Object
-
- com.google.cloud.aiplatform.v1beta1.ScheduleServiceGrpc.ScheduleServiceImplBase
-
- All Implemented Interfaces:
ScheduleServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- ScheduleServiceGrpc
public abstract static class ScheduleServiceGrpc.ScheduleServiceImplBase extends Object implements io.grpc.BindableService, ScheduleServiceGrpc.AsyncService
Base class for the server implementation of the service ScheduleService.A service for creating and managing Vertex AI's Schedule resources to periodically launch shceudled runs to make API calls.
-
-
Constructor Summary
Constructors Constructor Description ScheduleServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.aiplatform.v1beta1.ScheduleServiceGrpc.AsyncService
createSchedule, deleteSchedule, getSchedule, listSchedules, pauseSchedule, resumeSchedule, updateSchedule
-
-