Uses of Class
com.google.cloud.aiplatform.v1beta1.Scheduling
-
Packages that use Scheduling Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of Scheduling in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return Scheduling Modifier and Type Method Description Scheduling
Scheduling.Builder. build()
Scheduling
Scheduling.Builder. buildPartial()
static Scheduling
Scheduling. getDefaultInstance()
Scheduling
Scheduling.Builder. getDefaultInstanceForType()
Scheduling
Scheduling. getDefaultInstanceForType()
Scheduling
CustomJobSpec.Builder. getScheduling()
Scheduling options for a CustomJob.Scheduling
CustomJobSpec. getScheduling()
Scheduling options for a CustomJob.Scheduling
CustomJobSpecOrBuilder. getScheduling()
Scheduling options for a CustomJob.static Scheduling
Scheduling. parseDelimitedFrom(InputStream input)
static Scheduling
Scheduling. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Scheduling
Scheduling. parseFrom(byte[] data)
static Scheduling
Scheduling. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Scheduling
Scheduling. parseFrom(com.google.protobuf.ByteString data)
static Scheduling
Scheduling. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Scheduling
Scheduling. parseFrom(com.google.protobuf.CodedInputStream input)
static Scheduling
Scheduling. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Scheduling
Scheduling. parseFrom(InputStream input)
static Scheduling
Scheduling. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Scheduling
Scheduling. parseFrom(ByteBuffer data)
static Scheduling
Scheduling. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type Scheduling Modifier and Type Method Description com.google.protobuf.Parser<Scheduling>
Scheduling. getParserForType()
static com.google.protobuf.Parser<Scheduling>
Scheduling. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type Scheduling Modifier and Type Method Description Scheduling.Builder
Scheduling.Builder. mergeFrom(Scheduling other)
CustomJobSpec.Builder
CustomJobSpec.Builder. mergeScheduling(Scheduling value)
Scheduling options for a CustomJob.static Scheduling.Builder
Scheduling. newBuilder(Scheduling prototype)
CustomJobSpec.Builder
CustomJobSpec.Builder. setScheduling(Scheduling value)
Scheduling options for a CustomJob.
-