Class AcceleratorType (1.0.0)

public sealed class AcceleratorType : IMessage<AcceleratorType>, IEquatable<AcceleratorType>, IDeepCloneable<AcceleratorType>, IBufferMessage, IMessage

A accelerator type that a Node can be configured with.

Inheritance

Object > AcceleratorType

Namespace

Google.Cloud.Tpu.V1

Assembly

Google.Cloud.Tpu.V1.dll

Constructors

AcceleratorType()

public AcceleratorType()

AcceleratorType(AcceleratorType)

public AcceleratorType(AcceleratorType other)
Parameter
NameDescription
otherAcceleratorType

Properties

AcceleratorTypeName

public AcceleratorTypeName AcceleratorTypeName { get; set; }

AcceleratorTypeName-typed view over the Name resource name property.

Property Value
TypeDescription
AcceleratorTypeName

Name

public string Name { get; set; }

The resource name.

Property Value
TypeDescription
String

Type

public string Type { get; set; }

the accelerator type.

Property Value
TypeDescription
String