public interface AcceleratorTypeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAcceleratorConfigs(int index)
public abstract AcceleratorConfig getAcceleratorConfigs(int index)The accelerator config.
repeated .google.cloud.tpu.v2alpha1.AcceleratorConfig accelerator_configs = 3;
| Name | Description |
index |
int |
| Type | Description |
AcceleratorConfig |
getAcceleratorConfigsCount()
public abstract int getAcceleratorConfigsCount()The accelerator config.
repeated .google.cloud.tpu.v2alpha1.AcceleratorConfig accelerator_configs = 3;
| Type | Description |
int |
getAcceleratorConfigsList()
public abstract List<AcceleratorConfig> getAcceleratorConfigsList()The accelerator config.
repeated .google.cloud.tpu.v2alpha1.AcceleratorConfig accelerator_configs = 3;
| Type | Description |
List<AcceleratorConfig> |
getAcceleratorConfigsOrBuilder(int index)
public abstract AcceleratorConfigOrBuilder getAcceleratorConfigsOrBuilder(int index)The accelerator config.
repeated .google.cloud.tpu.v2alpha1.AcceleratorConfig accelerator_configs = 3;
| Name | Description |
index |
int |
| Type | Description |
AcceleratorConfigOrBuilder |
getAcceleratorConfigsOrBuilderList()
public abstract List<? extends AcceleratorConfigOrBuilder> getAcceleratorConfigsOrBuilderList()The accelerator config.
repeated .google.cloud.tpu.v2alpha1.AcceleratorConfig accelerator_configs = 3;
| Type | Description |
List<? extends com.google.cloud.tpu.v2alpha1.AcceleratorConfigOrBuilder> |
getName()
public abstract String getName()The resource name.
string name = 1;
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()The resource name.
string name = 1;
| Type | Description |
ByteString |
The bytes for name. |
getType()
public abstract String getType()The accelerator type.
string type = 2;
| Type | Description |
String |
The type. |
getTypeBytes()
public abstract ByteString getTypeBytes()The accelerator type.
string type = 2;
| Type | Description |
ByteString |
The bytes for type. |