PairValueOrBuilder

interface pública PairValueOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

String abstrata
getKey ()
string key = 1;
abstract com.google.protobuf.ByteString
getKeyBytes ()
string key = 1;
Abstract StructuredValue
getValue ()
.tensorflow.StructuredValue value = 2;
abstract StructuredValueOrBuilder
getValueOrBuilder ()
.tensorflow.StructuredValue value = 2;
booleano abstrato
hasValue ()
.tensorflow.StructuredValue value = 2;

Métodos Públicos

public abstract String getKey ()

string key = 1;

public abstract com.google.protobuf.ByteString getKeyBytes ()

string key = 1;

public abstract StructuredValue getValue ()

.tensorflow.StructuredValue value = 2;

public abstract StructuredValueOrBuilder getValueOrBuilder ()

.tensorflow.StructuredValue value = 2;

public abstract boolean hasValue ()

.tensorflow.StructuredValue value = 2;