Cloud TPU v1 API - Class TensorFlowVersion (2.2.0)

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

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

A tensorflow version that a Node can be configured with.

Inheritance

object > TensorFlowVersion

Namespace

Google.Cloud.Tpu.V1

Assembly

Google.Cloud.Tpu.V1.dll

Constructors

TensorFlowVersion()

public TensorFlowVersion()

TensorFlowVersion(TensorFlowVersion)

public TensorFlowVersion(TensorFlowVersion other)
Parameter
NameDescription
otherTensorFlowVersion

Properties

Name

public string Name { get; set; }

The resource name.

Property Value
TypeDescription
string

TensorFlowVersionName

public TensorFlowVersionName TensorFlowVersionName { get; set; }

TensorFlowVersionName-typed view over the Name resource name property.

Property Value
TypeDescription
TensorFlowVersionName

Version

public string Version { get; set; }

the tensorflow version.

Property Value
TypeDescription
string