interface pública StructuredValueOrBuilder
| Subclasses indiretas conhecidas |
Métodos Públicos
| booleano abstrato | getBoolValue () Represents a boolean value. |
| resumo BoundedTensorSpecProto | getBoundedTensorSpecValue () Represents a value for tf.BoundedTensorSpec. |
| abstrato BoundedTensorSpecProtoOrBuilder | getBoundedTensorSpecValueOrBuilder () Represents a value for tf.BoundedTensorSpec. |
| valor de ditado abstrato | getDictValue () Represents a dict `Value`. |
| abstrato DictValueOrBuilder | getDictValueOrBuilder () Represents a dict `Value`. |
| duplo abstrato | getFloat64Value () Represents a double-precision floating-point value (a Python `float`). |
| abstrato longo | getInt64Value () Represents a signed integer value, limited to 64 bits. |
| Resumo StructuredValue.KindCase | getKindCase () |
| valor de lista abstrato | getListValue () Represents a list of `Value`. |
| resumo ListValueOrBuilder | getListValueOrBuilder () Represents a list of `Value`. |
| resumo NamedTupleValue | getNamedTupleValue () Represents Python's namedtuple. |
| resumo NamedTupleValueOrBuilder | getNamedTupleValueOrBuilder () Represents Python's namedtuple. |
| abstrato NenhumValor | getNoneValue () Represents None. |
| abstrato NoneValueOrBuilder | getNoneValueOrBuilder () Represents None. |
| cadeia abstrata | getStringValue () Represents a string of Unicode characters stored in a Python `str`. |
| abstrato com.google.protobuf.ByteString | getStringValueBytes () Represents a string of Unicode characters stored in a Python `str`. |
| tipo de dados abstrato | getTensorDtypeValue () Represents an enum value for dtype. |
| abstrato int | getTensorDtypeValueValue () Represents an enum value for dtype. |
| abstrato TensorShapeProto | obterTensorShapeValue () Represents a TensorShape. |
| TensorShapeProtoOrBuilder abstrato | getTensorShapeValueOrBuilder () Represents a TensorShape. |
| TensorSpecProto abstrato | getTensorSpecValue () Represents a value for tf.TensorSpec. |
| TensorSpecProtoOrBuilder abstrato | getTensorSpecValueOrBuilder () Represents a value for tf.TensorSpec. |
| TupleValue abstrato | getTupleValue () Represents a tuple of `Value`. |
| TupleValueOrBuilder abstrato | getTupleValueOrBuilder () Represents a tuple of `Value`. |
| TypeSpecProto abstrato | getTypeSpecValue () Represents a value for tf.TypeSpec. |
| abstrato TypeSpecProtoOrBuilder | getTypeSpecValueOrBuilder () Represents a value for tf.TypeSpec. |
| booleano abstrato | hasBoundedTensorSpecValue () Represents a value for tf.BoundedTensorSpec. |
| booleano abstrato | hasDictValue () Represents a dict `Value`. |
| booleano abstrato | hasListValue () Represents a list of `Value`. |
| booleano abstrato | hasNamedTupleValue () Represents Python's namedtuple. |
| booleano abstrato | hasNoneValue () Represents None. |
| booleano abstrato | hasTensorShapeValue () Represents a TensorShape. |
| booleano abstrato | hasTensorSpecValue () Represents a value for tf.TensorSpec. |
| booleano abstrato | hasTupleValue () Represents a tuple of `Value`. |
| booleano abstrato | hasTypeSpecValue () Represents a value for tf.TypeSpec. |
Métodos Públicos
público abstrato booleano getBoolValue ()
Represents a boolean value.
bool bool_value = 14; resumo público BoundedTensorSpecProto getBoundedTensorSpecValue ()
Represents a value for tf.BoundedTensorSpec.
.tensorflow.BoundedTensorSpecProto bounded_tensor_spec_value = 35; público abstrato BoundedTensorSpecProtoOrBuilder getBoundedTensorSpecValueOrBuilder ()
Represents a value for tf.BoundedTensorSpec.
.tensorflow.BoundedTensorSpecProto bounded_tensor_spec_value = 35; público abstrato DictValue getDictValue ()
Represents a dict `Value`.
.tensorflow.DictValue dict_value = 53; público abstrato DictValueOrBuilder getDictValueOrBuilder ()
Represents a dict `Value`.
.tensorflow.DictValue dict_value = 53; público abstrato duplo getFloat64Value ()
Represents a double-precision floating-point value (a Python `float`).
double float64_value = 11; público abstrato longo getInt64Value ()
Represents a signed integer value, limited to 64 bits. Larger values from Python's arbitrary-precision integers are unsupported.
sint64 int64_value = 12; público abstrato ListValue getListValue ()
Represents a list of `Value`.
.tensorflow.ListValue list_value = 51; público abstrato ListValueOrBuilder getListValueOrBuilder ()
Represents a list of `Value`.
.tensorflow.ListValue list_value = 51; público abstrato NamedTupleValue getNamedTupleValue ()
Represents Python's namedtuple.
.tensorflow.NamedTupleValue named_tuple_value = 54; resumo público NamedTupleValueOrBuilder getNamedTupleValueOrBuilder ()
Represents Python's namedtuple.
.tensorflow.NamedTupleValue named_tuple_value = 54; público abstrato NoneValueOrBuilder getNoneValueOrBuilder ()
Represents None.
.tensorflow.NoneValue none_value = 1; String abstrata pública getStringValue ()
Represents a string of Unicode characters stored in a Python `str`. In Python 3, this is exactly what type `str` is. In Python 2, this is the UTF-8 encoding of the characters. For strings with ASCII characters only (as often used in TensorFlow code) there is effectively no difference between the language versions. The obsolescent `unicode` type of Python 2 is not supported here.
string string_value = 13; resumo público com.google.protobuf.ByteString getStringValueBytes ()
Represents a string of Unicode characters stored in a Python `str`. In Python 3, this is exactly what type `str` is. In Python 2, this is the UTF-8 encoding of the characters. For strings with ASCII characters only (as often used in TensorFlow code) there is effectively no difference between the language versions. The obsolescent `unicode` type of Python 2 is not supported here.
string string_value = 13; público abstrato DataType getTensorDtypeValue ()
Represents an enum value for dtype.
.tensorflow.DataType tensor_dtype_value = 32; público abstrato int getTensorDtypeValueValue ()
Represents an enum value for dtype.
.tensorflow.DataType tensor_dtype_value = 32; público abstrato TensorShapeProto getTensorShapeValue ()
Represents a TensorShape.
.tensorflow.TensorShapeProto tensor_shape_value = 31; público abstrato TensorShapeProtoOrBuilder getTensorShapeValueOrBuilder ()
Represents a TensorShape.
.tensorflow.TensorShapeProto tensor_shape_value = 31; público abstrato TensorSpecProto getTensorSpecValue ()
Represents a value for tf.TensorSpec.
.tensorflow.TensorSpecProto tensor_spec_value = 33; público abstrato TensorSpecProtoOrBuilder getTensorSpecValueOrBuilder ()
Represents a value for tf.TensorSpec.
.tensorflow.TensorSpecProto tensor_spec_value = 33; público abstrato TupleValue getTupleValue ()
Represents a tuple of `Value`.
.tensorflow.TupleValue tuple_value = 52; público abstrato TupleValueOrBuilder getTupleValueOrBuilder ()
Represents a tuple of `Value`.
.tensorflow.TupleValue tuple_value = 52; público abstrato TypeSpecProto getTypeSpecValue ()
Represents a value for tf.TypeSpec.
.tensorflow.TypeSpecProto type_spec_value = 34; público abstrato TypeSpecProtoOrBuilder getTypeSpecValueOrBuilder ()
Represents a value for tf.TypeSpec.
.tensorflow.TypeSpecProto type_spec_value = 34; público abstrato booleano hasBoundedTensorSpecValue ()
Represents a value for tf.BoundedTensorSpec.
.tensorflow.BoundedTensorSpecProto bounded_tensor_spec_value = 35; público abstrato booleano hasDictValue ()
Represents a dict `Value`.
.tensorflow.DictValue dict_value = 53; público abstrato booleano hasListValue ()
Represents a list of `Value`.
.tensorflow.ListValue list_value = 51; público abstrato booleano hasNamedTupleValue ()
Represents Python's namedtuple.
.tensorflow.NamedTupleValue named_tuple_value = 54; público abstrato booleano hasNoneValue ()
Represents None.
.tensorflow.NoneValue none_value = 1; público abstrato booleano hasTensorShapeValue ()
Represents a TensorShape.
.tensorflow.TensorShapeProto tensor_shape_value = 31; público abstrato booleano hasTensorSpecValue ()
Represents a value for tf.TensorSpec.
.tensorflow.TensorSpecProto tensor_spec_value = 33; público abstrato booleano hasTupleValue ()
Represents a tuple of `Value`.
.tensorflow.TupleValue tuple_value = 52; público abstrato booleano hasTypeSpecValue ()
Represents a value for tf.TypeSpec.
.tensorflow.TypeSpecProto type_spec_value = 34;