Classe Tensor.Builder (1.3.0)

public static final class Tensor.Builder extends GeneratedMessageV3.Builder<Tensor.Builder> implements TensorOrBuilder

Un tipo di valore tensore.

Tipo di protobuf google.cloud.vertexai.v1.Tensor

Implementa

TensorOrBuilder

Metodi statici

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Restituisce
Tipo Description
Descriptor

Metodi

addAllBoolVal(Iterable<? estende i valori booleani>)

public Tensor.Builder addAllBoolVal(Iterable<? extends Boolean> values)

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
values Iterable<? extends java.lang.Boolean>

Il boolVal da aggiungere.

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

addAllBytesVal(Iterable<? estende i valori ByteString>)

public Tensor.Builder addAllBytesVal(Iterable<? extends ByteString> values)
STRING

repeated bytes bytes_val = 15;

Parametro
Nome Description
values Iterable<? extends com.google.protobuf.ByteString>

Il valore byteVal da aggiungere.

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

addAllDoubleVal(Iterable<? amplia il valore Doppio>)

public Tensor.Builder addAllDoubleVal(Iterable<? extends Double> values)
DOPPIO

repeated double double_val = 6;

Parametro
Nome Description
values Iterable<? extends java.lang.Double>

Il valore doubleVal da aggiungere.

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

addAllFloatVal(Iterable<? amplia Float> valori)

public Tensor.Builder addAllFloatVal(Iterable<? extends Float> values)
FLOAT

repeated float float_val = 5;

Parametro
Nome Description
values Iterable<? extends java.lang.Float>

Il valore floatVal da aggiungere.

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

addAllInt64Val(Valori Iterable<? amplia Long>)

public Tensor.Builder addAllInt64Val(Iterable<? extends Long> values)
INT64

repeated int64 int64_val = 8;

Parametro
Nome Description
values Iterable<? extends java.lang.Long>

Int64Val da aggiungere.

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

addAllIntVal(Iterable<? estende Integer> valori)

public Tensor.Builder addAllIntVal(Iterable<? extends Integer> values)
INT_8 INT_16 INT_32

repeated int32 int_val = 7;

Parametro
Nome Description
values Iterable<? extends java.lang.Integer>

L'intVal da aggiungere.

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

addAllListVal(Iterable<? amplia Tensor> i valori)

public Tensor.Builder addAllListVal(Iterable<? extends Tensor> values)

Un elenco di valori di tensore.

repeated .google.cloud.vertexai.v1.Tensor list_val = 11;

Parametro
Nome Description
values Iterable<? extends com.google.cloud.vertexai.api.Tensor>
Restituisce
Tipo Description
Tensor.Builder

addAllShape(Iterable<? extends Long> values)

public Tensor.Builder addAllShape(Iterable<? extends Long> values)

Forma del tensore.

repeated int64 shape = 2;

Parametro
Nome Description
values Iterable<? extends java.lang.Long>

La forma da aggiungere.

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

addAllStringVal(valori Iterable<String>)

public Tensor.Builder addAllStringVal(Iterable<String> values)
STRING

repeated string string_val = 14;

Parametro
Nome Description
values Iterable<String>

Il valore stringVal da aggiungere.

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

addAllUint64Val(Valori Iterable<? amplia Long>)

public Tensor.Builder addAllUint64Val(Iterable<? extends Long> values)
UINT64

repeated uint64 uint64_val = 10;

Parametro
Nome Description
values Iterable<? extends java.lang.Long>

L'uint64Val da aggiungere.

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

addAllUintVal(Iterable<? estende i valori Integer>)

public Tensor.Builder addAllUintVal(Iterable<? extends Integer> values)
UINT8 UINT16 UINT32

repeated uint32 uint_val = 9;

Parametro
Nome Description
values Iterable<? extends java.lang.Integer>

L'uintVal da aggiungere.

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

addBoolVal(valore booleano)

public Tensor.Builder addBoolVal(boolean value)

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
value boolean

Il boolVal da aggiungere.

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

addBytesVal(valore ByteString)

public Tensor.Builder addBytesVal(ByteString value)
STRING

repeated bytes bytes_val = 15;

Parametro
Nome Description
value ByteString

Il valore byteVal da aggiungere.

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

addDoubleVal(valore doppio)

public Tensor.Builder addDoubleVal(double value)
DOPPIO

repeated double double_val = 6;

Parametro
Nome Description
value double

Il valore doubleVal da aggiungere.

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

addFloatVal(valore in virgola mobile)

public Tensor.Builder addFloatVal(float value)
FLOAT

repeated float float_val = 5;

Parametro
Nome Description
value float

Il valore floatVal da aggiungere.

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

addInt64Val(valore lungo)

public Tensor.Builder addInt64Val(long value)
INT64

repeated int64 int64_val = 8;

Parametro
Nome Description
value long

Int64Val da aggiungere.

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

addIntVal(valore int)

public Tensor.Builder addIntVal(int value)
INT_8 INT_16 INT_32

repeated int32 int_val = 7;

Parametro
Nome Description
value int

L'intVal da aggiungere.

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

addListVal(Valore Tensor)

public Tensor.Builder addListVal(Tensor value)

Un elenco di valori di tensore.

repeated .google.cloud.vertexai.v1.Tensor list_val = 11;

Parametro
Nome Description
value Tensor
Restituisce
Tipo Description
Tensor.Builder

addListVal(BuilderForValue di Tensor.Builder)

public Tensor.Builder addListVal(Tensor.Builder builderForValue)

Un elenco di valori di tensore.

repeated .google.cloud.vertexai.v1.Tensor list_val = 11;

Parametro
Nome Description
builderForValue Tensor.Builder
Restituisce
Tipo Description
Tensor.Builder

addListVal(indice int, valore Tensor)

public Tensor.Builder addListVal(int index, Tensor value)

Un elenco di valori di tensore.

repeated .google.cloud.vertexai.v1.Tensor list_val = 11;

Parametri
Nome Description
index int
value Tensor
Restituisce
Tipo Description
Tensor.Builder

addListVal(indice int, builderForValue Tensor.Builder)

public Tensor.Builder addListVal(int index, Tensor.Builder builderForValue)

Un elenco di valori di tensore.

repeated .google.cloud.vertexai.v1.Tensor list_val = 11;

Parametri
Nome Description
index int
builderForValue Tensor.Builder
Restituisce
Tipo Description
Tensor.Builder

addListValBuilder()

public Tensor.Builder addListValBuilder()

Un elenco di valori di tensore.

repeated .google.cloud.vertexai.v1.Tensor list_val = 11;

Restituisce
Tipo Description
Tensor.Builder

addListValBuilder(int index)

public Tensor.Builder addListValBuilder(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.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Tensor.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parametri
Nome Description
field FieldDescriptor
value Object
Restituisce
Tipo Description
Tensor.Builder
Sostituzioni

addShape(long value)

public Tensor.Builder addShape(long value)

Forma del tensore.

repeated int64 shape = 2;

Parametro
Nome Description
value long

La forma da aggiungere.

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

addStringVal(Valore stringa)

public Tensor.Builder addStringVal(String value)
STRING

repeated string string_val = 14;

Parametro
Nome Description
value String

Il valore stringVal da aggiungere.

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

addStringValBytes(ByteString value)

public Tensor.Builder addStringValBytes(ByteString value)
STRING

repeated string string_val = 14;

Parametro
Nome Description
value ByteString

I byte della stringVal da aggiungere.

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

addUint64Val(valore lungo)

public Tensor.Builder addUint64Val(long value)
UINT64

repeated uint64 uint64_val = 10;

Parametro
Nome Description
value long

L'uint64Val da aggiungere.

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

addUintVal(valore int)

public Tensor.Builder addUintVal(int value)
UINT8 UINT16 UINT32

repeated uint32 uint_val = 9;

Parametro
Nome Description
value int

L'uintVal da aggiungere.

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

build()

public Tensor build()
Restituisce
Tipo Description
Tensor

buildPartial()

public Tensor buildPartial()
Restituisce
Tipo Description
Tensor

Clear()

public Tensor.Builder clear()
Restituisce
Tipo Description
Tensor.Builder
Sostituzioni

ClearBoolVal()

public Tensor.Builder clearBoolVal()

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
Tensor.Builder

Questo strumento per il concatenamento.

ClearBytesVal()

public Tensor.Builder clearBytesVal()
STRING

repeated bytes bytes_val = 15;

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

ClearDoubleVal()

public Tensor.Builder clearDoubleVal()
DOPPIO

repeated double double_val = 6;

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

clearDtype()

public Tensor.Builder clearDtype()

Il tipo di dati del tensore.

.google.cloud.vertexai.v1.Tensor.DataType dtype = 1;

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

clearField(Descriptors.FieldDescriptor field)

public Tensor.Builder clearField(Descriptors.FieldDescriptor field)
Parametro
Nome Description
field FieldDescriptor
Restituisce
Tipo Description
Tensor.Builder
Sostituzioni

ClearFloatVal()

public Tensor.Builder clearFloatVal()
FLOAT

repeated float float_val = 5;

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

ClearInt64Val()

public Tensor.Builder clearInt64Val()
INT64

repeated int64 int64_val = 8;

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

ClearIntVal()

public Tensor.Builder clearIntVal()
INT_8 INT_16 INT_32

repeated int32 int_val = 7;

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

ClearListVal()

public Tensor.Builder clearListVal()

Un elenco di valori di tensore.

repeated .google.cloud.vertexai.v1.Tensor list_val = 11;

Restituisce
Tipo Description
Tensor.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public Tensor.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parametro
Nome Description
oneof OneofDescriptor
Restituisce
Tipo Description
Tensor.Builder
Sostituzioni

clearShape()

public Tensor.Builder clearShape()

Forma del tensore.

repeated int64 shape = 2;

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

ClearStringVal()

public Tensor.Builder clearStringVal()
STRING

repeated string string_val = 14;

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

ClearStructVal()

public Tensor.Builder clearStructVal()
Restituisce
Tipo Description
Tensor.Builder

ClearTensorVal()

public Tensor.Builder clearTensorVal()

Hai serializzato i contenuti non elaborati del tensore.

bytes tensor_val = 13;

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

ClearUint64Val()

public Tensor.Builder clearUint64Val()
UINT64

repeated uint64 uint64_val = 10;

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

ClearUintVal()

public Tensor.Builder clearUintVal()
UINT8 UINT16 UINT32

repeated uint32 uint_val = 9;

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

clone()

public Tensor.Builder clone()
Restituisce
Tipo Description
Tensor.Builder
Sostituzioni

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

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

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Restituisce
Tipo Description
Descriptor
Sostituzioni

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;

Restituisce
Tipo Description
Tensor.DataType

Il dtype.

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

getListValBuilder(int index)

public Tensor.Builder getListValBuilder(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.Builder

getListValBuilderList()

public List<Tensor.Builder> getListValBuilderList()

Un elenco di valori di tensore.

repeated .google.cloud.vertexai.v1.Tensor list_val = 11;

Restituisce
Tipo Description
List<Builder>

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;

Restituisce
Tipo Description
List<Tensor>

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
Restituisce
Tipo Description
TensorOrBuilder

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>

getMutableStructVal() (deprecato)

public Map<String,Tensor> getMutableStructVal()

Utilizza invece funzioni di accesso mutazioni alternative.

Restituisce
Tipo Description
Map<String,Tensor>

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;

Restituisce
Tipo Description
ProtocolStringList

Un elenco contenente il valore stringVal.

getStructVal() (deprecato)

public Map<String,Tensor> getStructVal()

Utilizza invece #getStructValMap().

Restituisce
Tipo Description
Map<String,Tensor>

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;

Restituisce
Tipo Description
Map<String,Tensor>

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;

Parametri
Nome Description
key String
defaultValue Tensor
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.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Restituisce
Tipo Description
FieldAccessorTable
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.Builder.internalGetMapFieldReflection(int)

internalGetMutableMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parametro
Nome Description
number int
Restituisce
Tipo Description
com.google.protobuf.MapFieldReflectionAccessor
Sostituzioni
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Restituisce
Tipo Description
boolean
Sostituzioni

mergeFrom(Tensor other)

public Tensor.Builder mergeFrom(Tensor other)
Parametro
Nome Description
other Tensor
Restituisce
Tipo Description
Tensor.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Tensor.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parametri
Nome Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Restituisce
Tipo Description
Tensor.Builder
Sostituzioni
Eccezioni
Tipo Description
IOException

mergeFrom(Message other)

public Tensor.Builder mergeFrom(Message other)
Parametro
Nome Description
other Message
Restituisce
Tipo Description
Tensor.Builder
Sostituzioni

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Tensor.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parametro
Nome Description
unknownFields UnknownFieldSet
Restituisce
Tipo Description
Tensor.Builder
Sostituzioni

putAllStructVal(Map<String,Tensor> values)

public Tensor.Builder putAllStructVal(Map<String,Tensor> values)

Una mappa delle stringhe al tensore.

map<string, .google.cloud.vertexai.v1.Tensor> struct_val = 12;

Parametro
Nome Description
values Map<String,Tensor>
Restituisce
Tipo Description
Tensor.Builder

putStructVal(Chiave stringa, valore Tensor)

public Tensor.Builder putStructVal(String key, Tensor value)

Una mappa delle stringhe al tensore.

map<string, .google.cloud.vertexai.v1.Tensor> struct_val = 12;

Parametri
Nome Description
key String
value Tensor
Restituisce
Tipo Description
Tensor.Builder

putStructValBuilderIfAbsent(String key)

public Tensor.Builder putStructValBuilderIfAbsent(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.Builder

removeListVal(indice int)

public Tensor.Builder removeListVal(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.Builder

removeStructVal(Chiave stringa)

public Tensor.Builder removeStructVal(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.Builder

setBoolVal(indice int, valore booleano)

public Tensor.Builder setBoolVal(int index, boolean value)

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;

Parametri
Nome Description
index int

L'indice su cui impostare il valore.

value boolean

Il boolVal da impostare.

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

setBytesVal(indice int, valore ByteString)

public Tensor.Builder setBytesVal(int index, ByteString value)
STRING

repeated bytes bytes_val = 15;

Parametri
Nome Description
index int

L'indice su cui impostare il valore.

value ByteString

Il byteVal da impostare.

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

setDoubleVal(indice int, valore doppio)

public Tensor.Builder setDoubleVal(int index, double value)
DOPPIO

repeated double double_val = 6;

Parametri
Nome Description
index int

L'indice su cui impostare il valore.

value double

Il valore doubleVal da impostare.

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

setDtype(Tensor.DataType value)

public Tensor.Builder setDtype(Tensor.DataType value)

Il tipo di dati del tensore.

.google.cloud.vertexai.v1.Tensor.DataType dtype = 1;

Parametro
Nome Description
value Tensor.DataType

Il dtype da impostare.

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

setDtypeValue(int value)

public Tensor.Builder setDtypeValue(int value)

Il tipo di dati del tensore.

.google.cloud.vertexai.v1.Tensor.DataType dtype = 1;

Parametro
Nome Description
value int

Il valore numerico enum sul cavo da impostare per dtype.

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

setField(Descriptors.FieldDescriptor field, Object value)

public Tensor.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parametri
Nome Description
field FieldDescriptor
value Object
Restituisce
Tipo Description
Tensor.Builder
Sostituzioni

setFloatVal(indice int, valore in virgola mobile)

public Tensor.Builder setFloatVal(int index, float value)
FLOAT

repeated float float_val = 5;

Parametri
Nome Description
index int

L'indice su cui impostare il valore.

value float

Il valore floatVal da impostare.

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

setInt64Val(indice int, valore lungo)

public Tensor.Builder setInt64Val(int index, long value)
INT64

repeated int64 int64_val = 8;

Parametri
Nome Description
index int

L'indice su cui impostare il valore.

value long

L'int64Val da impostare.

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

setIntVal(indice int, valore int)

public Tensor.Builder setIntVal(int index, int value)
INT_8 INT_16 INT_32

repeated int32 int_val = 7;

Parametri
Nome Description
index int

L'indice su cui impostare il valore.

value int

L'intVal da impostare.

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

setListVal(indice int, valore Tensor)

public Tensor.Builder setListVal(int index, Tensor value)

Un elenco di valori di tensore.

repeated .google.cloud.vertexai.v1.Tensor list_val = 11;

Parametri
Nome Description
index int
value Tensor
Restituisce
Tipo Description
Tensor.Builder

setListVal(int index, builderForValue Tensor.Builder)

public Tensor.Builder setListVal(int index, Tensor.Builder builderForValue)

Un elenco di valori di tensore.

repeated .google.cloud.vertexai.v1.Tensor list_val = 11;

Parametri
Nome Description
index int
builderForValue Tensor.Builder
Restituisce
Tipo Description
Tensor.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Tensor.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parametri
Nome Description
field FieldDescriptor
index int
value Object
Restituisce
Tipo Description
Tensor.Builder
Sostituzioni

setShape(int index, long value)

public Tensor.Builder setShape(int index, long value)

Forma del tensore.

repeated int64 shape = 2;

Parametri
Nome Description
index int

L'indice su cui impostare il valore.

value long

La forma da impostare.

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

setStringVal(indice int, valore stringa)

public Tensor.Builder setStringVal(int index, String value)
STRING

repeated string string_val = 14;

Parametri
Nome Description
index int

L'indice su cui impostare il valore.

value String

Il valore stringVal da impostare.

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

setTensorVal(valore ByteString)

public Tensor.Builder setTensorVal(ByteString value)

Hai serializzato i contenuti non elaborati del tensore.

bytes tensor_val = 13;

Parametro
Nome Description
value ByteString

Il valore tensorVal da impostare.

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

setUint64Val(indice int, valore lungo)

public Tensor.Builder setUint64Val(int index, long value)
UINT64

repeated uint64 uint64_val = 10;

Parametri
Nome Description
index int

L'indice su cui impostare il valore.

value long

L'uint64Val da impostare.

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

setUintVal(indice int, valore int)

public Tensor.Builder setUintVal(int index, int value)
UINT8 UINT16 UINT32

repeated uint32 uint_val = 9;

Parametri
Nome Description
index int

L'indice su cui impostare il valore.

value int

uintVal da impostare.

Restituisce
Tipo Description
Tensor.Builder

Questo strumento per il concatenamento.

setUnknownFields(UnknownFieldSet unknownFields)

public final Tensor.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parametro
Nome Description
unknownFields UnknownFieldSet
Restituisce
Tipo Description
Tensor.Builder
Sostituzioni