public static interface Struct.TypeSpecProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Struct.TypeSpecProto.TypeSpecClass |
getTypeSpecClass()
.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1; |
java.lang.String |
getTypeSpecClassName()
This is currently redundant with the type_spec_class enum, and is only
used for error reporting.
|
com.google.protobuf.ByteString |
getTypeSpecClassNameBytes()
This is currently redundant with the type_spec_class enum, and is only
used for error reporting.
|
int |
getTypeSpecClassValue()
.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1; |
Struct.StructuredValue |
getTypeState()
The value returned by TypeSpec._serialize().
|
Struct.StructuredValueOrBuilder |
getTypeStateOrBuilder()
The value returned by TypeSpec._serialize().
|
boolean |
hasTypeState()
The value returned by TypeSpec._serialize().
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTypeSpecClassValue()
.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1;Struct.TypeSpecProto.TypeSpecClass getTypeSpecClass()
.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1;boolean hasTypeState()
The value returned by TypeSpec._serialize().
.tensorflow.StructuredValue type_state = 2;Struct.StructuredValue getTypeState()
The value returned by TypeSpec._serialize().
.tensorflow.StructuredValue type_state = 2;Struct.StructuredValueOrBuilder getTypeStateOrBuilder()
The value returned by TypeSpec._serialize().
.tensorflow.StructuredValue type_state = 2;java.lang.String getTypeSpecClassName()
This is currently redundant with the type_spec_class enum, and is only used for error reporting. In particular, if you use an older binary to load a newer model, and the model uses a TypeSpecClass that the older binary doesn't support, then this lets us display a useful error message.
string type_spec_class_name = 3;com.google.protobuf.ByteString getTypeSpecClassNameBytes()
This is currently redundant with the type_spec_class enum, and is only used for error reporting. In particular, if you use an older binary to load a newer model, and the model uses a TypeSpecClass that the older binary doesn't support, then this lets us display a useful error message.
string type_spec_class_name = 3;