ListValue

public final class ListValue

 Represents a Python list.
 
tensorflow.ListValue type tensorflow.ListValue

Classes aninhadas

aula ListValue.Builder
 Represents a Python list. 

Constantes

int VALUES_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
ListValue estático
ListValue
final static com.google.protobuf.Descriptors.Descriptor
int
final com.google.protobuf.UnknownFieldSet
StructuredValue
getValues (índice interno )
repeated .tensorflow.StructuredValue values = 1;
int
getValuesCount ()
repeated .tensorflow.StructuredValue values = 1;
Lista < StructuredValue >
getValuesList ()
repeated .tensorflow.StructuredValue values = 1;
StructuredValueOrBuilder
getValuesOrBuilder (índice interno )
repeated .tensorflow.StructuredValue values = 1;
Lista <? estende StructuredValueOrBuilder >
getValuesOrBuilderList ()
repeated .tensorflow.StructuredValue values = 1;
int
final booleano
static ListValue.Builder
newBuilder (protótipo ListValue )
static ListValue.Builder
ListValue.Builder
ListValue estático
parseDelimitedFrom (InputStream input)
ListValue estático
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ListValue estático
parseFrom (dados ByteBuffer)
ListValue estático
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ListValue estático
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ListValue estático
parseFrom (com.google.protobuf.CodedInputStream input)
ListValue estático
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ListValue estático
parseFrom (com.google.protobuf.ByteString data)
ListValue estático
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ListValue estático
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
ListValue.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int VALUES_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

public boolean equals (Object obj)

public static ListValue getDefaultInstance ()

public ListValue getDefaultInstanceForType ()

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

público getParserForType ()

public int getSerializedSize ()

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

public StructuredValue getValues (int index)

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 (índice interno )

repeated .tensorflow.StructuredValue values = 1;

Lista pública <? estende StructuredValueOrBuilder > getValuesOrBuilderList ()

repeated .tensorflow.StructuredValue values = 1;

public int hashCode ()

public final boolean isInitialized ()

public static ListValue.Builder newBuilder (protótipo ListValue )

public static ListValue.Builder newBuilder ()

public ListValue.Builder newBuilderForType ()

public static ListValue parseDelimitedFrom (InputStream input)

Lança
IOException

public static ListValue parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static ListValue parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

public static ListValue parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static ListValue parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static ListValue parseFrom (com.google.protobuf.CodedInputStream input)

Lança
IOException

public static ListValue parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static ListValue parseFrom (com.google.protobuf.ByteString data)

Lança
InvalidProtocolBufferException

public static ListValue parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static ListValue parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

public ListValue.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException