Cloud TPU v1 API - Class AcceleratorType (2.3.0)

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

Reference documentation and code samples for the Cloud TPU v1 API class AcceleratorType.

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
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