ListValue

パブリック最終クラスListValue

 Represents a Python list.
 
Protobuf 型tensorflow.ListValue

ネストされたクラス

クラスリスト値.ビルダー
 Represents a Python list. 

定数

整数VALUES_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的リスト値
リスト値
最終的な静的 com.google.protobuf.Descriptors.Descriptor
整数
最終的な com.google.protobuf.UnknownFieldSet
構造化された価値
getValues (int インデックス)
repeated .tensorflow.StructuredValue values = 1;
整数
getValuesCount ()
repeated .tensorflow.StructuredValue values = 1;
リスト< StructuredValue >
getValuesList ()
repeated .tensorflow.StructuredValue values = 1;
構造化された値またはビルダー
getValuesOrBuilder (int インデックス)
repeated .tensorflow.StructuredValue values = 1;
リスト<? StructuredValueOrBuilderを拡張 >
getValuesOrBuilderList ()
repeated .tensorflow.StructuredValue values = 1;
整数
最終ブール値
静的ListValue.Builder
newBuilder ( ListValueプロトタイプ)
静的ListValue.Builder
リスト値.ビルダー
静的リスト値
parseDelimitedFrom (InputStream 入力)
静的リスト値
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的リスト値
parseFrom (ByteBuffer データ)
静的リスト値
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的リスト値
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的リスト値
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的リスト値
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的リスト値
parseFrom (com.google.protobuf.ByteString データ)
静的リスト値
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的リスト値
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
リスト値.ビルダー
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

パブリック静的最終整数VALUES_FIELD_NUMBER

定数値: 1

パブリックメソッド

public booleanに等しい(オブジェクト obj)

public static ListValue getDefaultInstance ()

public ListValue getDefaultInstanceForType ()

public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

公共getParserForType ()

public int getSerializedSize ()

public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public StructuredValue getValues (int インデックス)

repeated .tensorflow.StructuredValue values = 1;

public int getValuesCount ()

repeated .tensorflow.StructuredValue values = 1;

public List< StructuredValue > getValuesList ()

repeated .tensorflow.StructuredValue values = 1;

public StructuredValueOrBuilder getValuesOrBuilder (int インデックス)

repeated .tensorflow.StructuredValue values = 1;

公開リスト<? extends StructuredValueOrBuilder > getValuesOrBuilderList ()

repeated .tensorflow.StructuredValue values = 1;

public int hashCode ()

パブリック最終ブール値isInitialized ()

public static ListValue.Builder newBuilder ( ListValueプロトタイプ)

public static ListValue.Builder newBuilder ()

public ListValue.Builder newBuilderForType ()

public static ListValue parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static ListValue parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static ListValue parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

public static ListValue parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static ListValue parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static ListValue parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static ListValue parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static ListValue parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

public static ListValue parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static ListValue parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

パブリック静的パーサー()

public ListValue.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外