public interface TensorOrBuilder extends MessageOrBuilder
Implementa
MessageOrBuilderMetodi
contieneStructVal(chiave stringa)
public abstract 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 |
getBoolVal(indice int)
public abstract 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 abstract 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 abstract 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 abstract ByteString getBytesVal(int index)
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 abstract int getBytesValCount()
repeated bytes bytes_val = 15;
Restituisce | |
---|---|
Tipo | Description |
int |
Il conteggio di byteVal. |
getBytesValList()
public abstract List<ByteString> getBytesValList()
repeated bytes bytes_val = 15;
Restituisce | |
---|---|
Tipo | Description |
List<ByteString> |
Un elenco contenente i byteVal. |
getDoubleVal(indice int)
public abstract double getDoubleVal(int index)
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 abstract int getDoubleValCount()
repeated double double_val = 6;
Restituisce | |
---|---|
Tipo | Description |
int |
Il conteggio di doubleVal. |
getDoubleValList()
public abstract List<Double> getDoubleValList()
repeated double double_val = 6;
Restituisce | |
---|---|
Tipo | Description |
List<Double> |
Un elenco contenente il valore doubleVal. |
getDtype()
public abstract Tensor.DataType getDtype()
Il tipo di dati del tensore.
.google.cloud.vertexai.v1.Tensor.DataType dtype = 1;
Restituisce | |
---|---|
Tipo | Description |
Tensor.DataType |
Il dtype. |
getDtypeValue()
public abstract 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 abstract float getFloatVal(int index)
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 abstract int getFloatValCount()
repeated float float_val = 5;
Restituisce | |
---|---|
Tipo | Description |
int |
Il conteggio di floatVal. |
getFloatValList()
public abstract List<Float> getFloatValList()
repeated float float_val = 5;
Restituisce | |
---|---|
Tipo | Description |
List<Float> |
Un elenco contenente il valore floatVal. |
getInt64Val(indice int)
public abstract long getInt64Val(int index)
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 abstract int getInt64ValCount()
repeated int64 int64_val = 8;
Restituisce | |
---|---|
Tipo | Description |
int |
Il conteggio di int64Val. |
getInt64ValList()
public abstract List<Long> getInt64ValList()
repeated int64 int64_val = 8;
Restituisce | |
---|---|
Tipo | Description |
List<Long> |
Un elenco contenente il parametro int64Val. |
getIntVal(indice int)
public abstract int getIntVal(int index)
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 abstract int getIntValCount()
repeated int32 int_val = 7;
Restituisce | |
---|---|
Tipo | Description |
int |
Il conteggio di intVal. |
getIntValList()
public abstract List<Integer> getIntValList()
repeated int32 int_val = 7;
Restituisce | |
---|---|
Tipo | Description |
List<Integer> |
Un elenco contenente il parametro intVal. |
getListVal(indice int)
public abstract 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 abstract int getListValCount()
Un elenco di valori di tensore.
repeated .google.cloud.vertexai.v1.Tensor list_val = 11;
Restituisce | |
---|---|
Tipo | Description |
int |
getListValList()
public abstract List<Tensor> getListValList()
Un elenco di valori di tensore.
repeated .google.cloud.vertexai.v1.Tensor list_val = 11;
Restituisce | |
---|---|
Tipo | Description |
List<Tensor> |
getListValOrBuilder(int index)
public abstract TensorOrBuilder getListValOrBuilder(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 |
TensorOrBuilder |
getListValOrBuilderList()
public abstract 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> |
getShape(int index)
public abstract 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 abstract int getShapeCount()
Forma del tensore.
repeated int64 shape = 2;
Restituisce | |
---|---|
Tipo | Description |
int |
Il conteggio delle forme. |
getShapeList()
public abstract List<Long> getShapeList()
Forma del tensore.
repeated int64 shape = 2;
Restituisce | |
---|---|
Tipo | Description |
List<Long> |
Un elenco contenente la forma. |
getStringVal(indice int)
public abstract String getStringVal(int index)
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 abstract ByteString getStringValBytes(int index)
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 abstract int getStringValCount()
repeated string string_val = 14;
Restituisce | |
---|---|
Tipo | Description |
int |
Il conteggio di stringVal. |
getStringValList()
public abstract List<String> getStringValList()
repeated string string_val = 14;
Restituisce | |
---|---|
Tipo | Description |
List<String> |
Un elenco contenente il valore stringVal. |
getStructVal() (deprecato)
public abstract Map<String,Tensor> getStructVal()
Utilizza invece #getStructValMap().
Restituisce | |
---|---|
Tipo | Description |
Map<String,Tensor> |
getStructValCount()
public abstract int getStructValCount()
Una mappa delle stringhe al tensore.
map<string, .google.cloud.vertexai.v1.Tensor> struct_val = 12;
Restituisce | |
---|---|
Tipo | Description |
int |
getStructValMap()
public abstract Map<String,Tensor> getStructValMap()
Una mappa delle stringhe al tensore.
map<string, .google.cloud.vertexai.v1.Tensor> struct_val = 12;
Restituisce | |
---|---|
Tipo | Description |
Map<String,Tensor> |
getStructValOrDefault(String key, Tensor defaultValue)
public abstract Tensor getStructValOrDefault(String key, Tensor defaultValue)
Una mappa delle stringhe al tensore.
map<string, .google.cloud.vertexai.v1.Tensor> struct_val = 12;
Parametri | |
---|---|
Nome | Description |
key |
String |
defaultValue |
Tensor |
Restituisce | |
---|---|
Tipo | Description |
Tensor |
getStructValOrThrow(String key)
public abstract 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 abstract 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 abstract long getUint64Val(int index)
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 abstract int getUint64ValCount()
repeated uint64 uint64_val = 10;
Restituisce | |
---|---|
Tipo | Description |
int |
Il conteggio di uint64Val. |
getUint64ValList()
public abstract List<Long> getUint64ValList()
repeated uint64 uint64_val = 10;
Restituisce | |
---|---|
Tipo | Description |
List<Long> |
Un elenco contenente uint64Val. |
getUintVal(indice int)
public abstract int getUintVal(int index)
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 abstract int getUintValCount()
repeated uint32 uint_val = 9;
Restituisce | |
---|---|
Tipo | Description |
int |
Il conteggio di uintVal. |
getUintValList()
public abstract List<Integer> getUintValList()
repeated uint32 uint_val = 9;
Restituisce | |
---|---|
Tipo | Description |
List<Integer> |
Un elenco contenente uintVal. |