public sealed class AcceleratorType : IMessage<AcceleratorType>, IEquatable<AcceleratorType>, IDeepCloneable<AcceleratorType>, IBufferMessage, IMessageReference documentation and code samples for the Cloud TPU v1 API class AcceleratorType.
A accelerator type that a Node can be configured with.
Implements
IMessageAcceleratorType, IEquatableAcceleratorType, IDeepCloneableAcceleratorType, IBufferMessage, IMessageNamespace
Google.Cloud.Tpu.V1Assembly
Google.Cloud.Tpu.V1.dll
Constructors
AcceleratorType()
public AcceleratorType()AcceleratorType(AcceleratorType)
public AcceleratorType(AcceleratorType other)| Parameter | |
|---|---|
| Name | Description |
other |
AcceleratorType |
Properties
AcceleratorTypeName
public AcceleratorTypeName AcceleratorTypeName { get; set; }AcceleratorTypeName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
AcceleratorTypeName |
|
Name
public string Name { get; set; }The resource name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Type
public string Type { get; set; }the accelerator type.
| Property Value | |
|---|---|
| Type | Description |
string |
|