StructuredValueOrBuilder

パブリック インターフェイスStructuredValueOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象ブール値
getBoolValue ()
 Represents a boolean value.
抽象BoundedTensorSpecProto
getBoundedTensorSpecValue ()
 Represents a value for tf.BoundedTensorSpec.
抽象BoundedTensorSpecProtoOrBuilder
getBoundedTensorSpecValueOrBuilder ()
 Represents a value for tf.BoundedTensorSpec.
抽象的な辞書値
getDictValue ()
 Represents a dict `Value`.
抽象的なDictValueOrBuilder
getDictValueOrBuilder ()
 Represents a dict `Value`.
抽象的なダブル
getFloat64Value ()
 Represents a double-precision floating-point value (a Python `float`).
抽象的な長い
getInt64Value ()
 Represents a signed integer value, limited to 64 bits.
抽象StructuredValue.KindCase
抽象リスト値
getListValue ()
 Represents a list of `Value`.
抽象ListValueOrBuilder
getListValueOrBuilder ()
 Represents a list of `Value`.
抽象NamedTupleValue
getNamedTupleValue ()
 Represents Python's namedtuple.
抽象NamedTupleValueOrBuilder
getNamedTupleValueOrBuilder ()
 Represents Python's namedtuple.
抽象なし値
getNoneValue ()
 Represents None.
抽象NoneValueOrBuilder
getNoneValueOrBuilder ()
 Represents None.
抽象文字列
getStringValue ()
 Represents a string of Unicode characters stored in a Python `str`.
抽象的な com.google.protobuf.ByteString
getStringValueBytes ()
 Represents a string of Unicode characters stored in a Python `str`.
抽象データ型
getTensorDtypeValue ()
 Represents an enum value for dtype.
抽象整数
getTensorDtypeValueValue ()
 Represents an enum value for dtype.
抽象TensorShapeProto
getTensorShapeValue ()
 Represents a TensorShape.
抽象TensorShapeProtoOrBuilder
getTensorShapeValueOrBuilder ()
 Represents a TensorShape.
抽象TensorSpecProto
getTensorSpecValue ()
 Represents a value for tf.TensorSpec.
抽象TensorSpecProtoOrBuilder
getTensorSpecValueOrBuilder ()
 Represents a value for tf.TensorSpec.
抽象タプル値
getTupleValue ()
 Represents a tuple of `Value`.
抽象TupleValueOrBuilder
getTupleValueOrBuilder ()
 Represents a tuple of `Value`.
抽象TypeSpecProto
getTypeSpecValue ()
 Represents a value for tf.TypeSpec.
抽象TypeSpecProtoOrBuilder
getTypeSpecValueOrBuilder ()
 Represents a value for tf.TypeSpec.
抽象ブール値
hasBoundedTensorSpecValue ()
 Represents a value for tf.BoundedTensorSpec.
抽象ブール値
hasDictValue ()
 Represents a dict `Value`.
抽象ブール値
hasListValue ()
 Represents a list of `Value`.
抽象ブール値
hasNamedTupleValue ()
 Represents Python's namedtuple.
抽象ブール値
hasNoneValue ()
 Represents None.
抽象ブール値
hasTensorShapeValue ()
 Represents a TensorShape.
抽象ブール値
hasTensorSpecValue ()
 Represents a value for tf.TensorSpec.
抽象ブール値
hasTupleValue ()
 Represents a tuple of `Value`.
抽象ブール値
hasTypeSpecValue ()
 Represents a value for tf.TypeSpec.

パブリックメソッド

パブリック抽象ブール値getBoolValue ()

 Represents a boolean value.
 
bool bool_value = 14;

public abstract BoundedTensorSpecProto getBoundedTensorSpecValue ()

 Represents a value for tf.BoundedTensorSpec.
 
.tensorflow.BoundedTensorSpecProto bounded_tensor_spec_value = 35;

パブリック抽象BoundedTensorSpecProtoOrBuilder getBoundedTensorSpecValueOrBuilder ()

 Represents a value for tf.BoundedTensorSpec.
 
.tensorflow.BoundedTensorSpecProto bounded_tensor_spec_value = 35;

パブリック抽象DictValue getDictValue ()

 Represents a dict `Value`.
 
.tensorflow.DictValue dict_value = 53;

パブリック抽象DictValueOrBuilder getDictValueOrBuilder ()

 Represents a dict `Value`.
 
.tensorflow.DictValue dict_value = 53;

パブリック抽象ダブルgetFloat64Value ()

 Represents a double-precision floating-point value (a Python `float`).
 
double float64_value = 11;

パブリック抽象long getInt64Value ()

 Represents a signed integer value, limited to 64 bits.
 Larger values from Python's arbitrary-precision integers are unsupported.
 
sint64 int64_value = 12;

パブリック抽象StructuredValue.KindCase getKindCase ()

パブリック抽象ListValue getListValue ()

 Represents a list of `Value`.
 
.tensorflow.ListValue list_value = 51;

パブリック抽象ListValueOrBuilder getListValueOrBuilder ()

 Represents a list of `Value`.
 
.tensorflow.ListValue list_value = 51;

パブリック抽象NamedTupleValue getNamedTupleValue ()

 Represents Python's namedtuple.
 
.tensorflow.NamedTupleValue named_tuple_value = 54;

パブリック抽象NamedTupleValueOrBuilder getNamedTupleValueOrBuilder ()

 Represents Python's namedtuple.
 
.tensorflow.NamedTupleValue named_tuple_value = 54;

パブリック抽象NoneValue getNoneValue ()

 Represents None.
 
.tensorflow.NoneValue none_value = 1;

パブリック抽象NoneValueOrBuilder getNoneValueOrBuilder ()

 Represents None.
 
.tensorflow.NoneValue none_value = 1;

パブリック抽象 String 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;

パブリック抽象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;

public abstract DataType getTensorDtypeValue ()

 Represents an enum value for dtype.
 
.tensorflow.DataType tensor_dtype_value = 32;

public abstract int getTensorDtypeValueValue ()

 Represents an enum value for dtype.
 
.tensorflow.DataType tensor_dtype_value = 32;

public abstract TensorShapeProto getTensorShapeValue ()

 Represents a TensorShape.
 
.tensorflow.TensorShapeProto tensor_shape_value = 31;

パブリック抽象TensorShapeProtoOrBuilder getTensorShapeValueOrBuilder ()

 Represents a TensorShape.
 
.tensorflow.TensorShapeProto tensor_shape_value = 31;

public abstract TensorSpecProto getTensorSpecValue ()

 Represents a value for tf.TensorSpec.
 
.tensorflow.TensorSpecProto tensor_spec_value = 33;

パブリック抽象TensorSpecProtoOrBuilder getTensorSpecValueOrBuilder ()

 Represents a value for tf.TensorSpec.
 
.tensorflow.TensorSpecProto tensor_spec_value = 33;

パブリック抽象TupleValue getTupleValue ()

 Represents a tuple of `Value`.
 
.tensorflow.TupleValue tuple_value = 52;

パブリック抽象TupleValueOrBuilder getTupleValueOrBuilder ()

 Represents a tuple of `Value`.
 
.tensorflow.TupleValue tuple_value = 52;

パブリック抽象TypeSpecProto getTypeSpecValue ()

 Represents a value for tf.TypeSpec.
 
.tensorflow.TypeSpecProto type_spec_value = 34;

パブリック抽象TypeSpecProtoOrBuilder getTypeSpecValueOrBuilder ()

 Represents a value for tf.TypeSpec.
 
.tensorflow.TypeSpecProto type_spec_value = 34;

public abstract boolean hasBoundedTensorSpecValue ()

 Represents a value for tf.BoundedTensorSpec.
 
.tensorflow.BoundedTensorSpecProto bounded_tensor_spec_value = 35;

パブリック抽象ブール値hasDictValue ()

 Represents a dict `Value`.
 
.tensorflow.DictValue dict_value = 53;

public abstract boolean hasListValue ()

 Represents a list of `Value`.
 
.tensorflow.ListValue list_value = 51;

public abstract boolean hasNamedTupleValue ()

 Represents Python's namedtuple.
 
.tensorflow.NamedTupleValue named_tuple_value = 54;

public abstract boolean hasNoneValue ()

 Represents None.
 
.tensorflow.NoneValue none_value = 1;

public abstract boolean hasTensorShapeValue ()

 Represents a TensorShape.
 
.tensorflow.TensorShapeProto tensor_shape_value = 31;

public abstract boolean hasTensorSpecValue ()

 Represents a value for tf.TensorSpec.
 
.tensorflow.TensorSpecProto tensor_spec_value = 33;

パブリック抽象ブール値hasTupleValue ()

 Represents a tuple of `Value`.
 
.tensorflow.TupleValue tuple_value = 52;

public abstract boolean hasTypeSpecValue ()

 Represents a value for tf.TypeSpec.
 
.tensorflow.TypeSpecProto type_spec_value = 34;