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 ScheduleName
ScheduleName.Builder. build()
static ScheduleName
ScheduleName. of(String project, String location, String schedule)
static ScheduleName
ScheduleName. 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.Schedule
ScheduleServiceClient. getSchedule(ScheduleName name)
Gets a Schedule.void
ScheduleServiceClient. pauseSchedule(ScheduleName name)
Pauses a Schedule.void
ScheduleServiceClient. resumeSchedule(ScheduleName name)
Resumes a paused Schedule to start scheduling new runs.void
ScheduleServiceClient. 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)
-