Uses of Class
com.google.cloud.tpu.v2alpha1.AcceleratorConfig
-
Packages that use AcceleratorConfig Package Description com.google.cloud.tpu.v2alpha1 A client to Cloud TPU API -
-
Uses of AcceleratorConfig in com.google.cloud.tpu.v2alpha1
Methods in com.google.cloud.tpu.v2alpha1 that return AcceleratorConfig Modifier and Type Method Description AcceleratorConfig
AcceleratorConfig.Builder. build()
AcceleratorConfig
AcceleratorConfig.Builder. buildPartial()
AcceleratorConfig
Node.Builder. getAcceleratorConfig()
The AccleratorConfig for the TPU Node.AcceleratorConfig
Node. getAcceleratorConfig()
The AccleratorConfig for the TPU Node.AcceleratorConfig
NodeOrBuilder. getAcceleratorConfig()
The AccleratorConfig for the TPU Node.AcceleratorConfig
AcceleratorType.Builder. getAcceleratorConfigs(int index)
The accelerator config.AcceleratorConfig
AcceleratorType. getAcceleratorConfigs(int index)
The accelerator config.AcceleratorConfig
AcceleratorTypeOrBuilder. getAcceleratorConfigs(int index)
The accelerator config.static AcceleratorConfig
AcceleratorConfig. getDefaultInstance()
AcceleratorConfig
AcceleratorConfig.Builder. getDefaultInstanceForType()
AcceleratorConfig
AcceleratorConfig. getDefaultInstanceForType()
static AcceleratorConfig
AcceleratorConfig. parseDelimitedFrom(InputStream input)
static AcceleratorConfig
AcceleratorConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AcceleratorConfig
AcceleratorConfig. parseFrom(byte[] data)
static AcceleratorConfig
AcceleratorConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AcceleratorConfig
AcceleratorConfig. parseFrom(com.google.protobuf.ByteString data)
static AcceleratorConfig
AcceleratorConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AcceleratorConfig
AcceleratorConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static AcceleratorConfig
AcceleratorConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AcceleratorConfig
AcceleratorConfig. parseFrom(InputStream input)
static AcceleratorConfig
AcceleratorConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AcceleratorConfig
AcceleratorConfig. parseFrom(ByteBuffer data)
static AcceleratorConfig
AcceleratorConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.tpu.v2alpha1 that return types with arguments of type AcceleratorConfig Modifier and Type Method Description List<AcceleratorConfig>
AcceleratorType.Builder. getAcceleratorConfigsList()
The accelerator config.List<AcceleratorConfig>
AcceleratorType. getAcceleratorConfigsList()
The accelerator config.List<AcceleratorConfig>
AcceleratorTypeOrBuilder. getAcceleratorConfigsList()
The accelerator config.com.google.protobuf.Parser<AcceleratorConfig>
AcceleratorConfig. getParserForType()
static com.google.protobuf.Parser<AcceleratorConfig>
AcceleratorConfig. parser()
Methods in com.google.cloud.tpu.v2alpha1 with parameters of type AcceleratorConfig Modifier and Type Method Description AcceleratorType.Builder
AcceleratorType.Builder. addAcceleratorConfigs(int index, AcceleratorConfig value)
The accelerator config.AcceleratorType.Builder
AcceleratorType.Builder. addAcceleratorConfigs(AcceleratorConfig value)
The accelerator config.Node.Builder
Node.Builder. mergeAcceleratorConfig(AcceleratorConfig value)
The AccleratorConfig for the TPU Node.AcceleratorConfig.Builder
AcceleratorConfig.Builder. mergeFrom(AcceleratorConfig other)
static AcceleratorConfig.Builder
AcceleratorConfig. newBuilder(AcceleratorConfig prototype)
Node.Builder
Node.Builder. setAcceleratorConfig(AcceleratorConfig value)
The AccleratorConfig for the TPU Node.AcceleratorType.Builder
AcceleratorType.Builder. setAcceleratorConfigs(int index, AcceleratorConfig value)
The accelerator config.Method parameters in com.google.cloud.tpu.v2alpha1 with type arguments of type AcceleratorConfig Modifier and Type Method Description AcceleratorType.Builder
AcceleratorType.Builder. addAllAcceleratorConfigs(Iterable<? extends AcceleratorConfig> values)
The accelerator config.
-