ListValue

classe final pública ListValue

 Represents a Python list.
 
Protobuf tipo tensorflow.ListValue

Classes aninhadas

aula ListValue.Builder
 Represents a Python list. 

Constantes

interno VALUES_FIELD_NUMBER

Métodos Públicos

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

Métodos herdados

Constantes

int final estático público VALUES_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

booleano público é igual (Object obj)

ListValue estático público getDefaultInstance ()

public ListValue getDefaultInstanceForType ()

final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()

público getParserForType ()

público int getSerializedSize ()

final público com.google.protobuf.UnknownFieldSet getUnknownFields ()

public StructuredValue getValues ​​(índice int)

repeated .tensorflow.StructuredValue values = 1;

público int getValuesCount ()

repeated .tensorflow.StructuredValue values = 1;

Lista pública< StructuredValue > getValuesList ()

repeated .tensorflow.StructuredValue values = 1;

public StructuredValueOrBuilder getValuesOrBuilder (índice int)

repeated .tensorflow.StructuredValue values = 1;

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

repeated .tensorflow.StructuredValue values = 1;

hashCode int público ()

público final booleano isInitialized ()

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

ListValue.Builder estático público newBuilder ()

public ListValue.Builder newBuilderForType ()

public static ListValue parseDelimitedFrom (entrada InputStream)

Lança
IOException

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

Lança
IOException

public static ListValue parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

ListValue.Builder público paraBuilder ()

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

Lança
IOException