public final class Tensor extends GeneratedMessageV3 implements TensorOrBuilder
Un tipo di valore tensore.
Tipo di protobuf google.cloud.vertexai.v1.Tensor
Membri ereditati
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Campi statici
BOOL_VAL_FIELD_NUMBER
public static final int BOOL_VAL_FIELD_NUMBER
Valore campo |
Tipo |
Description |
int |
|
BYTES_VAL_FIELD_NUMBER
public static final int BYTES_VAL_FIELD_NUMBER
Valore campo |
Tipo |
Description |
int |
|
DOUBLE_VAL_FIELD_NUMBER
public static final int DOUBLE_VAL_FIELD_NUMBER
Valore campo |
Tipo |
Description |
int |
|
DTYPE_FIELD_NUMBER
public static final int DTYPE_FIELD_NUMBER
Valore campo |
Tipo |
Description |
int |
|
FLOAT_VAL_FIELD_NUMBER
public static final int FLOAT_VAL_FIELD_NUMBER
Valore campo |
Tipo |
Description |
int |
|
INT64_VAL_FIELD_NUMBER
public static final int INT64_VAL_FIELD_NUMBER
Valore campo |
Tipo |
Description |
int |
|
INT_VAL_FIELD_NUMBER
public static final int INT_VAL_FIELD_NUMBER
Valore campo |
Tipo |
Description |
int |
|
LIST_VAL_FIELD_NUMBER
public static final int LIST_VAL_FIELD_NUMBER
Valore campo |
Tipo |
Description |
int |
|
SHAPE_FIELD_NUMBER
public static final int SHAPE_FIELD_NUMBER
Valore campo |
Tipo |
Description |
int |
|
STRING_VAL_FIELD_NUMBER
public static final int STRING_VAL_FIELD_NUMBER
Valore campo |
Tipo |
Description |
int |
|
STRUCT_VAL_FIELD_NUMBER
public static final int STRUCT_VAL_FIELD_NUMBER
Valore campo |
Tipo |
Description |
int |
|
TENSOR_VAL_FIELD_NUMBER
public static final int TENSOR_VAL_FIELD_NUMBER
Valore campo |
Tipo |
Description |
int |
|
UINT64_VAL_FIELD_NUMBER
public static final int UINT64_VAL_FIELD_NUMBER
Valore campo |
Tipo |
Description |
int |
|
UINT_VAL_FIELD_NUMBER
public static final int UINT_VAL_FIELD_NUMBER
Valore campo |
Tipo |
Description |
int |
|
Metodi statici
getDefaultInstance()
public static Tensor getDefaultInstance()
Restituisce |
Tipo |
Description |
Tensor |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Tensor.Builder newBuilder()
newBuilder(Tensor prototype)
public static Tensor.Builder newBuilder(Tensor prototype)
Parametro |
Nome |
Description |
prototype |
Tensor
|
public static Tensor parseDelimitedFrom(InputStream input)
Restituisce |
Tipo |
Description |
Tensor |
|
public static Tensor parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Restituisce |
Tipo |
Description |
Tensor |
|
parseFrom(byte[] data)
public static Tensor parseFrom(byte[] data)
Parametro |
Nome |
Description |
data |
byte[]
|
Restituisce |
Tipo |
Description |
Tensor |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Tensor parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Restituisce |
Tipo |
Description |
Tensor |
|
parseFrom(ByteString data)
public static Tensor parseFrom(ByteString data)
Restituisce |
Tipo |
Description |
Tensor |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Tensor parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Restituisce |
Tipo |
Description |
Tensor |
|
public static Tensor parseFrom(CodedInputStream input)
Restituisce |
Tipo |
Description |
Tensor |
|
public static Tensor parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Restituisce |
Tipo |
Description |
Tensor |
|
public static Tensor parseFrom(InputStream input)
Restituisce |
Tipo |
Description |
Tensor |
|
public static Tensor parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Restituisce |
Tipo |
Description |
Tensor |
|
parseFrom(ByteBuffer data)
public static Tensor parseFrom(ByteBuffer data)
Restituisce |
Tipo |
Description |
Tensor |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Tensor parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Restituisce |
Tipo |
Description |
Tensor |
|
parser()
public static Parser<Tensor> parser()
Metodi
contieneStructVal(chiave stringa)
public boolean containsStructVal(String key)
Una mappa delle stringhe al tensore.
map<string, .google.cloud.vertexai.v1.Tensor> struct_val = 12;
Parametro |
Nome |
Description |
key |
String
|
Restituisce |
Tipo |
Description |
boolean |
|
è uguale a(obj oggetto)
public boolean equals(Object obj)
Parametro |
Nome |
Description |
obj |
Object
|
Restituisce |
Tipo |
Description |
boolean |
|
Sostituzioni
getBoolVal(indice int)
public boolean getBoolVal(int index)
Digita rappresentazioni specifiche che semplificano la creazione di proto tensori in tutte le lingue. È possibile impostare solo la rappresentazione corrispondente a "dtype". I valori contengono la rappresentazione appiattita del tensore in ordine maggiore di riga.
BOOL
repeated bool bool_val = 3;
Parametro |
Nome |
Description |
index |
int
L'indice dell'elemento da restituire.
|
Restituisce |
Tipo |
Description |
boolean |
Il boolVal nell'indice specificato.
|
getBoolValCount()
public int getBoolValCount()
Digita rappresentazioni specifiche che semplificano la creazione di proto tensori in tutte le lingue. È possibile impostare solo la rappresentazione corrispondente a "dtype". I valori contengono la rappresentazione appiattita del tensore in ordine maggiore di riga.
BOOL
repeated bool bool_val = 3;
Restituisce |
Tipo |
Description |
int |
Il conteggio di boolVal.
|
getBoolValList()
public List<Boolean> getBoolValList()
Digita rappresentazioni specifiche che semplificano la creazione di proto tensori in tutte le lingue. È possibile impostare solo la rappresentazione corrispondente a "dtype". I valori contengono la rappresentazione appiattita del tensore in ordine maggiore di riga.
BOOL
repeated bool bool_val = 3;
Restituisce |
Tipo |
Description |
List<Boolean> |
Un elenco contenente la parola boolVal.
|
getBytesVal(indice int)
public ByteString getBytesVal(int index)
STRING
repeated bytes bytes_val = 15;
Parametro |
Nome |
Description |
index |
int
L'indice dell'elemento da restituire.
|
Restituisce |
Tipo |
Description |
ByteString |
Il byteVal nell'indice specificato.
|
getBytesValCount()
public int getBytesValCount()
STRING
repeated bytes bytes_val = 15;
Restituisce |
Tipo |
Description |
int |
Il conteggio di byteVal.
|
getBytesValList()
public List<ByteString> getBytesValList()
STRING
repeated bytes bytes_val = 15;
Restituisce |
Tipo |
Description |
List<ByteString> |
Un elenco contenente i byteVal.
|
getDefaultInstanceForType()
public Tensor getDefaultInstanceForType()
Restituisce |
Tipo |
Description |
Tensor |
|
getDoubleVal(indice int)
public double getDoubleVal(int index)
DOPPIO
repeated double double_val = 6;
Parametro |
Nome |
Description |
index |
int
L'indice dell'elemento da restituire.
|
Restituisce |
Tipo |
Description |
double |
Il valore doubleVal nell'indice specificato.
|
getDoubleValCount()
public int getDoubleValCount()
DOPPIO
repeated double double_val = 6;
Restituisce |
Tipo |
Description |
int |
Il conteggio di doubleVal.
|
getDoubleValList()
public List<Double> getDoubleValList()
DOPPIO
repeated double double_val = 6;
Restituisce |
Tipo |
Description |
List<Double> |
Un elenco contenente il valore doubleVal.
|
getDtype()
public Tensor.DataType getDtype()
Il tipo di dati del tensore.
.google.cloud.vertexai.v1.Tensor.DataType dtype = 1;
getDtypeValue()
public int getDtypeValue()
Il tipo di dati del tensore.
.google.cloud.vertexai.v1.Tensor.DataType dtype = 1;
Restituisce |
Tipo |
Description |
int |
Il valore numerico enum sul cavo per dtype.
|
getFloatVal(indice int)
public float getFloatVal(int index)
FLOAT
repeated float float_val = 5;
Parametro |
Nome |
Description |
index |
int
L'indice dell'elemento da restituire.
|
Restituisce |
Tipo |
Description |
float |
Il valore floatVal nell'indice specificato.
|
getFloatValCount()
public int getFloatValCount()
FLOAT
repeated float float_val = 5;
Restituisce |
Tipo |
Description |
int |
Il conteggio di floatVal.
|
getFloatValList()
public List<Float> getFloatValList()
FLOAT
repeated float float_val = 5;
Restituisce |
Tipo |
Description |
List<Float> |
Un elenco contenente il valore floatVal.
|
getInt64Val(indice int)
public long getInt64Val(int index)
INT64
repeated int64 int64_val = 8;
Parametro |
Nome |
Description |
index |
int
L'indice dell'elemento da restituire.
|
Restituisce |
Tipo |
Description |
long |
L'int64Val nell'indice specificato.
|
getInt64ValCount()
public int getInt64ValCount()
INT64
repeated int64 int64_val = 8;
Restituisce |
Tipo |
Description |
int |
Il conteggio di int64Val.
|
getInt64ValList()
public List<Long> getInt64ValList()
INT64
repeated int64 int64_val = 8;
Restituisce |
Tipo |
Description |
List<Long> |
Un elenco contenente il parametro int64Val.
|
getIntVal(indice int)
public int getIntVal(int index)
INT_8
INT_16
INT_32
repeated int32 int_val = 7;
Parametro |
Nome |
Description |
index |
int
L'indice dell'elemento da restituire.
|
Restituisce |
Tipo |
Description |
int |
L'intVal nell'indice specificato.
|
getIntValCount()
public int getIntValCount()
INT_8
INT_16
INT_32
repeated int32 int_val = 7;
Restituisce |
Tipo |
Description |
int |
Il conteggio di intVal.
|
getIntValList()
public List<Integer> getIntValList()
INT_8
INT_16
INT_32
repeated int32 int_val = 7;
Restituisce |
Tipo |
Description |
List<Integer> |
Un elenco contenente il parametro intVal.
|
getListVal(indice int)
public Tensor getListVal(int index)
Un elenco di valori di tensore.
repeated .google.cloud.vertexai.v1.Tensor list_val = 11;
Parametro |
Nome |
Description |
index |
int
|
Restituisce |
Tipo |
Description |
Tensor |
|
getListValCount()
public int getListValCount()
Un elenco di valori di tensore.
repeated .google.cloud.vertexai.v1.Tensor list_val = 11;
Restituisce |
Tipo |
Description |
int |
|
getListValList()
public List<Tensor> getListValList()
Un elenco di valori di tensore.
repeated .google.cloud.vertexai.v1.Tensor list_val = 11;
getListValOrBuilder(int index)
public TensorOrBuilder getListValOrBuilder(int index)
Un elenco di valori di tensore.
repeated .google.cloud.vertexai.v1.Tensor list_val = 11;
Parametro |
Nome |
Description |
index |
int
|
getListValOrBuilderList()
public List<? extends TensorOrBuilder> getListValOrBuilderList()
Un elenco di valori di tensore.
repeated .google.cloud.vertexai.v1.Tensor list_val = 11;
Restituisce |
Tipo |
Description |
List<? extends com.google.cloud.vertexai.api.TensorOrBuilder> |
|
getParserForType()
public Parser<Tensor> getParserForType()
Sostituzioni
getSerializedSize()
public int getSerializedSize()
Restituisce |
Tipo |
Description |
int |
|
Sostituzioni
getShape(int index)
public long getShape(int index)
Forma del tensore.
repeated int64 shape = 2;
Parametro |
Nome |
Description |
index |
int
L'indice dell'elemento da restituire.
|
Restituisce |
Tipo |
Description |
long |
La forma nell'indice specificato.
|
getShapeCount()
public int getShapeCount()
Forma del tensore.
repeated int64 shape = 2;
Restituisce |
Tipo |
Description |
int |
Il conteggio delle forme.
|
getShapeList()
public List<Long> getShapeList()
Forma del tensore.
repeated int64 shape = 2;
Restituisce |
Tipo |
Description |
List<Long> |
Un elenco contenente la forma.
|
getStringVal(indice int)
public String getStringVal(int index)
STRING
repeated string string_val = 14;
Parametro |
Nome |
Description |
index |
int
L'indice dell'elemento da restituire.
|
Restituisce |
Tipo |
Description |
String |
Il valore stringVal nell'indice specificato.
|
getStringValBytes(int index)
public ByteString getStringValBytes(int index)
STRING
repeated string string_val = 14;
Parametro |
Nome |
Description |
index |
int
L'indice del valore da restituire.
|
Restituisce |
Tipo |
Description |
ByteString |
I byte della stringVal nell'indice specificato.
|
getStringValCount()
public int getStringValCount()
STRING
repeated string string_val = 14;
Restituisce |
Tipo |
Description |
int |
Il conteggio di stringVal.
|
getStringValList()
public ProtocolStringList getStringValList()
STRING
repeated string string_val = 14;
getStructVal() (deprecato)
public Map<String,Tensor> getStructVal()
getStructValCount()
public int getStructValCount()
Una mappa delle stringhe al tensore.
map<string, .google.cloud.vertexai.v1.Tensor> struct_val = 12;
Restituisce |
Tipo |
Description |
int |
|
getStructValMap()
public Map<String,Tensor> getStructValMap()
Una mappa delle stringhe al tensore.
map<string, .google.cloud.vertexai.v1.Tensor> struct_val = 12;
getStructValOrDefault(String key, Tensor defaultValue)
public Tensor getStructValOrDefault(String key, Tensor defaultValue)
Una mappa delle stringhe al tensore.
map<string, .google.cloud.vertexai.v1.Tensor> struct_val = 12;
Restituisce |
Tipo |
Description |
Tensor |
|
getStructValOrThrow(String key)
public Tensor getStructValOrThrow(String key)
Una mappa delle stringhe al tensore.
map<string, .google.cloud.vertexai.v1.Tensor> struct_val = 12;
Parametro |
Nome |
Description |
key |
String
|
Restituisce |
Tipo |
Description |
Tensor |
|
getTensorVal()
public ByteString getTensorVal()
Hai serializzato i contenuti non elaborati del tensore.
bytes tensor_val = 13;
Restituisce |
Tipo |
Description |
ByteString |
Il parametro tensorVal.
|
getUint64Val(indice int)
public long getUint64Val(int index)
UINT64
repeated uint64 uint64_val = 10;
Parametro |
Nome |
Description |
index |
int
L'indice dell'elemento da restituire.
|
Restituisce |
Tipo |
Description |
long |
L'uint64Val nell'indice specificato.
|
getUint64ValCount()
public int getUint64ValCount()
UINT64
repeated uint64 uint64_val = 10;
Restituisce |
Tipo |
Description |
int |
Il conteggio di uint64Val.
|
getUint64ValList()
public List<Long> getUint64ValList()
UINT64
repeated uint64 uint64_val = 10;
Restituisce |
Tipo |
Description |
List<Long> |
Un elenco contenente uint64Val.
|
getUintVal(indice int)
public int getUintVal(int index)
UINT8
UINT16
UINT32
repeated uint32 uint_val = 9;
Parametro |
Nome |
Description |
index |
int
L'indice dell'elemento da restituire.
|
Restituisce |
Tipo |
Description |
int |
L'uintVal nell'indice specificato.
|
getUintValCount()
public int getUintValCount()
UINT8
UINT16
UINT32
repeated uint32 uint_val = 9;
Restituisce |
Tipo |
Description |
int |
Il conteggio di uintVal.
|
getUintValList()
public List<Integer> getUintValList()
UINT8
UINT16
UINT32
repeated uint32 uint_val = 9;
Restituisce |
Tipo |
Description |
List<Integer> |
Un elenco contenente uintVal.
|
hashCode()
Restituisce |
Tipo |
Description |
int |
|
Sostituzioni
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Sostituzioni
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parametro |
Nome |
Description |
number |
int
|
Restituisce |
Tipo |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Sostituzioni
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
isInitialized()
public final boolean isInitialized()
Restituisce |
Tipo |
Description |
boolean |
|
Sostituzioni
newBuilderForType()
public Tensor.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Tensor.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Sostituzioni
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Restituisce |
Tipo |
Description |
Object |
|
Sostituzioni
toBuilder()
public Tensor.Builder toBuilder()
writeTo(output di CodedOutputStream)
public void writeTo(CodedOutputStream output)
Sostituzioni