Uses of Class
com.google.cloud.aiplatform.v1beta1.ScheduleName
-
Packages that use ScheduleName Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of ScheduleName in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ScheduleName Modifier and Type Method Description ScheduleNameScheduleName.Builder. build()static ScheduleNameScheduleName. of(String project, String location, String schedule)static ScheduleNameScheduleName. parse(String formattedString)Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type ScheduleName Modifier and Type Method Description static List<ScheduleName>ScheduleName. parseList(List<String> formattedStrings)Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type ScheduleName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata>ScheduleServiceClient. deleteScheduleAsync(ScheduleName name)Deletes a Schedule.ScheduleScheduleServiceClient. getSchedule(ScheduleName name)Gets a Schedule.voidScheduleServiceClient. pauseSchedule(ScheduleName name)Pauses a Schedule.voidScheduleServiceClient. resumeSchedule(ScheduleName name)Resumes a paused Schedule to start scheduling new runs.voidScheduleServiceClient. resumeSchedule(ScheduleName name, boolean catchUp)Resumes a paused Schedule to start scheduling new runs.Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type ScheduleName Modifier and Type Method Description static List<String>ScheduleName. toStringList(List<ScheduleName> values)
-