Uses of Interface
com.google.container.v1beta1.AcceleratorConfigOrBuilder
-
Packages that use AcceleratorConfigOrBuilder Package Description com.google.container.v1beta1 -
-
Uses of AcceleratorConfigOrBuilder in com.google.container.v1beta1
Classes in com.google.container.v1beta1 that implement AcceleratorConfigOrBuilder Modifier and Type Class Description class
AcceleratorConfig
AcceleratorConfig represents a Hardware Accelerator request.static class
AcceleratorConfig.Builder
AcceleratorConfig represents a Hardware Accelerator request.Methods in com.google.container.v1beta1 that return AcceleratorConfigOrBuilder Modifier and Type Method Description AcceleratorConfigOrBuilder
NodeConfig.Builder. getAcceleratorsOrBuilder(int index)
A list of hardware accelerators to be attached to each node.AcceleratorConfigOrBuilder
NodeConfig. getAcceleratorsOrBuilder(int index)
A list of hardware accelerators to be attached to each node.AcceleratorConfigOrBuilder
NodeConfigOrBuilder. getAcceleratorsOrBuilder(int index)
A list of hardware accelerators to be attached to each node.Methods in com.google.container.v1beta1 that return types with arguments of type AcceleratorConfigOrBuilder Modifier and Type Method Description List<? extends AcceleratorConfigOrBuilder>
NodeConfig.Builder. getAcceleratorsOrBuilderList()
A list of hardware accelerators to be attached to each node.List<? extends AcceleratorConfigOrBuilder>
NodeConfig. getAcceleratorsOrBuilderList()
A list of hardware accelerators to be attached to each node.List<? extends AcceleratorConfigOrBuilder>
NodeConfigOrBuilder. getAcceleratorsOrBuilderList()
A list of hardware accelerators to be attached to each node.
-