Interface TensorFlowVersionOrBuilder (2.12.0)

public interface TensorFlowVersionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

The resource name.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The resource name.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getVersion()

public abstract String getVersion()

the tensorflow version.

string version = 2;

Returns
TypeDescription
String

The version.

getVersionBytes()

public abstract ByteString getVersionBytes()

the tensorflow version.

string version = 2;

Returns
TypeDescription
ByteString

The bytes for version.