Uses of Class
com.google.cloud.tpu.v2.SchedulingConfig
-
Packages that use SchedulingConfig Package Description com.google.cloud.tpu.v2 A client to Cloud TPU API -
-
Uses of SchedulingConfig in com.google.cloud.tpu.v2
Methods in com.google.cloud.tpu.v2 that return SchedulingConfig Modifier and Type Method Description SchedulingConfigSchedulingConfig.Builder. build()SchedulingConfigSchedulingConfig.Builder. buildPartial()static SchedulingConfigSchedulingConfig. getDefaultInstance()SchedulingConfigSchedulingConfig.Builder. getDefaultInstanceForType()SchedulingConfigSchedulingConfig. getDefaultInstanceForType()SchedulingConfigNode.Builder. getSchedulingConfig()The scheduling options for this node.SchedulingConfigNode. getSchedulingConfig()The scheduling options for this node.SchedulingConfigNodeOrBuilder. getSchedulingConfig()The scheduling options for this node.static SchedulingConfigSchedulingConfig. parseDelimitedFrom(InputStream input)static SchedulingConfigSchedulingConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SchedulingConfigSchedulingConfig. parseFrom(byte[] data)static SchedulingConfigSchedulingConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SchedulingConfigSchedulingConfig. parseFrom(com.google.protobuf.ByteString data)static SchedulingConfigSchedulingConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SchedulingConfigSchedulingConfig. parseFrom(com.google.protobuf.CodedInputStream input)static SchedulingConfigSchedulingConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SchedulingConfigSchedulingConfig. parseFrom(InputStream input)static SchedulingConfigSchedulingConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SchedulingConfigSchedulingConfig. parseFrom(ByteBuffer data)static SchedulingConfigSchedulingConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.tpu.v2 that return types with arguments of type SchedulingConfig Modifier and Type Method Description com.google.protobuf.Parser<SchedulingConfig>SchedulingConfig. getParserForType()static com.google.protobuf.Parser<SchedulingConfig>SchedulingConfig. parser()Methods in com.google.cloud.tpu.v2 with parameters of type SchedulingConfig Modifier and Type Method Description SchedulingConfig.BuilderSchedulingConfig.Builder. mergeFrom(SchedulingConfig other)Node.BuilderNode.Builder. mergeSchedulingConfig(SchedulingConfig value)The scheduling options for this node.static SchedulingConfig.BuilderSchedulingConfig. newBuilder(SchedulingConfig prototype)Node.BuilderNode.Builder. setSchedulingConfig(SchedulingConfig value)The scheduling options for this node.
-