Class PredictResponse.Builder (1.3.0)

public static final class PredictResponse.Builder extends GeneratedMessageV3.Builder<PredictResponse.Builder> implements PredictResponseOrBuilder

Messaggio di risposta per PredictionService.Predict.

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

Metodi statici

getDescriptor()

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

Metodi

addAllPredictions(Iterable<? extends Value> values)

public PredictResponse.Builder addAllPredictions(Iterable<? extends Value> values)

Le previsioni che sono l'output della chiamata di previsione. Lo schema di qualsiasi singola previsione può essere specificato tramite il valore di prediction_schema_uri di Models di PredictSchemata di Endpoint.

repeated .google.protobuf.Value predictions = 1;

Parametro
Nome Description
values Iterable<? extends com.google.protobuf.Value>
Restituisce
Tipo Description
PredictResponse.Builder

addPredictions(Value value)

public PredictResponse.Builder addPredictions(Value value)

Le previsioni che sono l'output della chiamata di previsione. Lo schema di qualsiasi singola previsione può essere specificato tramite il valore di prediction_schema_uri di Models di PredictSchemata di Endpoint.

repeated .google.protobuf.Value predictions = 1;

Parametro
Nome Description
value Value
Restituisce
Tipo Description
PredictResponse.Builder

addPredictions(Value.Builder builderForValue)

public PredictResponse.Builder addPredictions(Value.Builder builderForValue)

Le previsioni che sono l'output della chiamata di previsione. Lo schema di qualsiasi singola previsione può essere specificato tramite il valore di prediction_schema_uri di Models di PredictSchemata di Endpoint.

repeated .google.protobuf.Value predictions = 1;

Parametro
Nome Description
builderForValue Builder
Restituisce
Tipo Description
PredictResponse.Builder

addPredictions(int index, Value value)

public PredictResponse.Builder addPredictions(int index, Value value)

Le previsioni che sono l'output della chiamata di previsione. Lo schema di qualsiasi singola previsione può essere specificato tramite il valore di prediction_schema_uri di Models di PredictSchemata di Endpoint.

repeated .google.protobuf.Value predictions = 1;

Parametri
Nome Description
index int
value Value
Restituisce
Tipo Description
PredictResponse.Builder

addPredictions(int index, Value.Builder builderForValue)

public PredictResponse.Builder addPredictions(int index, Value.Builder builderForValue)

Le previsioni che sono l'output della chiamata di previsione. Lo schema di qualsiasi singola previsione può essere specificato tramite il valore di prediction_schema_uri di Models di PredictSchemata di Endpoint.

repeated .google.protobuf.Value predictions = 1;

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

addPredictionsBuilder()

public Value.Builder addPredictionsBuilder()

Le previsioni che sono l'output della chiamata di previsione. Lo schema di qualsiasi singola previsione può essere specificato tramite il valore di prediction_schema_uri di Models di PredictSchemata di Endpoint.

repeated .google.protobuf.Value predictions = 1;

Restituisce
Tipo Description
Builder

addPredictionsBuilder(int index)

public Value.Builder addPredictionsBuilder(int index)

Le previsioni che sono l'output della chiamata di previsione. Lo schema di qualsiasi singola previsione può essere specificato tramite il valore di prediction_schema_uri di Models di PredictSchemata di Endpoint.

repeated .google.protobuf.Value predictions = 1;

Parametro
Nome Description
index int
Restituisce
Tipo Description
Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public PredictResponse build()
Restituisce
Tipo Description
PredictResponse

buildPartial()

public PredictResponse buildPartial()
Restituisce
Tipo Description
PredictResponse

Clear()

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

ClearDeployedModelId()

public PredictResponse.Builder clearDeployedModelId()

ID del modello DeployedModel dell'endpoint che ha fornito questa previsione.

string deployed_model_id = 2;

Restituisce
Tipo Description
PredictResponse.Builder

Questo strumento per il concatenamento.

clearField(Descriptors.FieldDescriptor field)

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

clearMetadata()

public PredictResponse.Builder clearMetadata()

Solo output. Metadati a livello di richiesta restituiti dal modello. Il tipo di metadati dipenderà dall'implementazione del modello.

.google.protobuf.Value metadata = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Restituisce
Tipo Description
PredictResponse.Builder

clearModel()

public PredictResponse.Builder clearModel()

Solo output. Il nome della risorsa del modello di cui viene eseguito il deployment come modello implementato da questa previsione.

string model = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Restituisce
Tipo Description
PredictResponse.Builder

Questo strumento per il concatenamento.

clearModelDisplayName()

public PredictResponse.Builder clearModelDisplayName()

Solo output. Il nome visualizzato del modello di cui viene eseguito il deployment come DeploymentedModel interessato da questa previsione.

string model_display_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Restituisce
Tipo Description
PredictResponse.Builder

Questo strumento per il concatenamento.

ClearModelVersionId()

public PredictResponse.Builder clearModelVersionId()

Solo output. L'ID versione del modello di cui viene eseguito il deployment come DeploymentedModel interessato da questa previsione.

string model_version_id = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Restituisce
Tipo Description
PredictResponse.Builder

Questo strumento per il concatenamento.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearPredictions()

public PredictResponse.Builder clearPredictions()

Le previsioni che sono l'output della chiamata di previsione. Lo schema di qualsiasi singola previsione può essere specificato tramite il valore di prediction_schema_uri di Models di PredictSchemata di Endpoint.

repeated .google.protobuf.Value predictions = 1;

Restituisce
Tipo Description
PredictResponse.Builder

clone()

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

getDefaultInstanceForType()

public PredictResponse getDefaultInstanceForType()
Restituisce
Tipo Description
PredictResponse

getDeployedModelId()

public String getDeployedModelId()

ID del modello DeployedModel dell'endpoint che ha fornito questa previsione.

string deployed_model_id = 2;

Restituisce
Tipo Description
String

L'ID modello distribuito.

getDeployedModelIdBytes()

public ByteString getDeployedModelIdBytes()

ID del modello DeployedModel dell'endpoint che ha fornito questa previsione.

string deployed_model_id = 2;

Restituisce
Tipo Description
ByteString

I byte per il valore DeploymentModelId.

getDescriptorForType()

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

getMetadata()

public Value getMetadata()

Solo output. Metadati a livello di richiesta restituiti dal modello. Il tipo di metadati dipenderà dall'implementazione del modello.

.google.protobuf.Value metadata = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Restituisce
Tipo Description
Value

I metadati.

getMetadataBuilder()

public Value.Builder getMetadataBuilder()

Solo output. Metadati a livello di richiesta restituiti dal modello. Il tipo di metadati dipenderà dall'implementazione del modello.

.google.protobuf.Value metadata = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Restituisce
Tipo Description
Builder

getMetadataOrBuilder()

public ValueOrBuilder getMetadataOrBuilder()

Solo output. Metadati a livello di richiesta restituiti dal modello. Il tipo di metadati dipenderà dall'implementazione del modello.

.google.protobuf.Value metadata = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Restituisce
Tipo Description
ValueOrBuilder

getModel()

public String getModel()

Solo output. Il nome della risorsa del modello di cui viene eseguito il deployment come modello implementato da questa previsione.

string model = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Restituisce
Tipo Description
String

Il modello.

getModelBytes()

public ByteString getModelBytes()

Solo output. Il nome della risorsa del modello di cui viene eseguito il deployment come modello implementato da questa previsione.

string model = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Restituisce
Tipo Description
ByteString

I byte per il modello.

getModelDisplayName()

public String getModelDisplayName()

Solo output. Il nome visualizzato del modello di cui viene eseguito il deployment come DeploymentedModel interessato da questa previsione.

string model_display_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Restituisce
Tipo Description
String

Il valore modelDisplayName.

getModelDisplayNameBytes()

public ByteString getModelDisplayNameBytes()

Solo output. Il nome visualizzato del modello di cui viene eseguito il deployment come DeploymentedModel interessato da questa previsione.

string model_display_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Restituisce
Tipo Description
ByteString

I byte per modelDisplayName.

getModelVersionId()

public String getModelVersionId()

Solo output. L'ID versione del modello di cui viene eseguito il deployment come DeploymentedModel interessato da questa previsione.

string model_version_id = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Restituisce
Tipo Description
String

Il valore modelVersionId.

getModelVersionIdBytes()

public ByteString getModelVersionIdBytes()

Solo output. L'ID versione del modello di cui viene eseguito il deployment come DeploymentedModel interessato da questa previsione.

string model_version_id = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Restituisce
Tipo Description
ByteString

I byte per modelVersionId.

getPredictions(int index)

public Value getPredictions(int index)

Le previsioni che sono l'output della chiamata di previsione. Lo schema di qualsiasi singola previsione può essere specificato tramite il valore di prediction_schema_uri di Models di PredictSchemata di Endpoint.

repeated .google.protobuf.Value predictions = 1;

Parametro
Nome Description
index int
Restituisce
Tipo Description
Value

getPredictionsBuilder(int index)

public Value.Builder getPredictionsBuilder(int index)

Le previsioni che sono l'output della chiamata di previsione. Lo schema di qualsiasi singola previsione può essere specificato tramite il valore di prediction_schema_uri di Models di PredictSchemata di Endpoint.

repeated .google.protobuf.Value predictions = 1;

Parametro
Nome Description
index int
Restituisce
Tipo Description
Builder

getPredictionsBuilderList()

public List<Value.Builder> getPredictionsBuilderList()

Le previsioni che sono l'output della chiamata di previsione. Lo schema di qualsiasi singola previsione può essere specificato tramite il valore di prediction_schema_uri di Models di PredictSchemata di Endpoint.

repeated .google.protobuf.Value predictions = 1;

Restituisce
Tipo Description
List<Builder>

getPredictionsCount()

public int getPredictionsCount()

Le previsioni che sono l'output della chiamata di previsione. Lo schema di qualsiasi singola previsione può essere specificato tramite il valore di prediction_schema_uri di Models di PredictSchemata di Endpoint.

repeated .google.protobuf.Value predictions = 1;

Restituisce
Tipo Description
int

getPredictionsList()

public List<Value> getPredictionsList()

Le previsioni che sono l'output della chiamata di previsione. Lo schema di qualsiasi singola previsione può essere specificato tramite il valore di prediction_schema_uri di Models di PredictSchemata di Endpoint.

repeated .google.protobuf.Value predictions = 1;

Restituisce
Tipo Description
List<Value>

getPredictionsOrBuilder(int index)

public ValueOrBuilder getPredictionsOrBuilder(int index)

Le previsioni che sono l'output della chiamata di previsione. Lo schema di qualsiasi singola previsione può essere specificato tramite il valore di prediction_schema_uri di Models di PredictSchemata di Endpoint.

repeated .google.protobuf.Value predictions = 1;

Parametro
Nome Description
index int
Restituisce
Tipo Description
ValueOrBuilder

getPredictionsOrBuilderList()

public List<? extends ValueOrBuilder> getPredictionsOrBuilderList()

Le previsioni che sono l'output della chiamata di previsione. Lo schema di qualsiasi singola previsione può essere specificato tramite il valore di prediction_schema_uri di Models di PredictSchemata di Endpoint.

repeated .google.protobuf.Value predictions = 1;

Restituisce
Tipo Description
List<? extends com.google.protobuf.ValueOrBuilder>

hasMetadata()

public boolean hasMetadata()

Solo output. Metadati a livello di richiesta restituiti dal modello. Il tipo di metadati dipenderà dall'implementazione del modello.

.google.protobuf.Value metadata = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Restituisce
Tipo Description
boolean

Indica se il campo dei metadati è impostato.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Restituisce
Tipo Description
FieldAccessorTable
Sostituzioni

isInitialized()

public final boolean isInitialized()
Restituisce
Tipo Description
boolean
Sostituzioni

mergeFrom(PredictResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeMetadata(Value value)

public PredictResponse.Builder mergeMetadata(Value value)

Solo output. Metadati a livello di richiesta restituiti dal modello. Il tipo di metadati dipenderà dall'implementazione del modello.

.google.protobuf.Value metadata = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parametro
Nome Description
value Value
Restituisce
Tipo Description
PredictResponse.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

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

removePredictions(int index)

public PredictResponse.Builder removePredictions(int index)

Le previsioni che sono l'output della chiamata di previsione. Lo schema di qualsiasi singola previsione può essere specificato tramite il valore di prediction_schema_uri di Models di PredictSchemata di Endpoint.

repeated .google.protobuf.Value predictions = 1;

Parametro
Nome Description
index int
Restituisce
Tipo Description
PredictResponse.Builder

setDeployedModelId(Valore stringa)

public PredictResponse.Builder setDeployedModelId(String value)

ID del modello DeployedModel dell'endpoint che ha fornito questa previsione.

string deployed_model_id = 2;

Parametro
Nome Description
value String

Il valore di deploymentModelId da impostare.

Restituisce
Tipo Description
PredictResponse.Builder

Questo strumento per il concatenamento.

setDeployedModelIdBytes(ByteString value)

public PredictResponse.Builder setDeployedModelIdBytes(ByteString value)

ID del modello DeployedModel dell'endpoint che ha fornito questa previsione.

string deployed_model_id = 2;

Parametro
Nome Description
value ByteString

I byte per il deploymentModelId da impostare.

Restituisce
Tipo Description
PredictResponse.Builder

Questo strumento per il concatenamento.

setField(Descriptors.FieldDescriptor field, Object value)

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

setMetadata(Value value)

public PredictResponse.Builder setMetadata(Value value)

Solo output. Metadati a livello di richiesta restituiti dal modello. Il tipo di metadati dipenderà dall'implementazione del modello.

.google.protobuf.Value metadata = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parametro
Nome Description
value Value
Restituisce
Tipo Description
PredictResponse.Builder

setMetadata(Value.Builder builderForValue)

public PredictResponse.Builder setMetadata(Value.Builder builderForValue)

Solo output. Metadati a livello di richiesta restituiti dal modello. Il tipo di metadati dipenderà dall'implementazione del modello.

.google.protobuf.Value metadata = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parametro
Nome Description
builderForValue Builder
Restituisce
Tipo Description
PredictResponse.Builder

setModel(String value)

public PredictResponse.Builder setModel(String value)

Solo output. Il nome della risorsa del modello di cui viene eseguito il deployment come modello implementato da questa previsione.

string model = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Parametro
Nome Description
value String

Il modello da impostare.

Restituisce
Tipo Description
PredictResponse.Builder

Questo strumento per il concatenamento.

setModelBytes(ByteString value)

public PredictResponse.Builder setModelBytes(ByteString value)

Solo output. Il nome della risorsa del modello di cui viene eseguito il deployment come modello implementato da questa previsione.

string model = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Parametro
Nome Description
value ByteString

I byte da impostare per il modello.

Restituisce
Tipo Description
PredictResponse.Builder

Questo strumento per il concatenamento.

setModelDisplayName(String value)

public PredictResponse.Builder setModelDisplayName(String value)

Solo output. Il nome visualizzato del modello di cui viene eseguito il deployment come DeploymentedModel interessato da questa previsione.

string model_display_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parametro
Nome Description
value String

Il valore modelDisplayName da impostare.

Restituisce
Tipo Description
PredictResponse.Builder

Questo strumento per il concatenamento.

setModelDisplayNameBytes(ByteString value)

public PredictResponse.Builder setModelDisplayNameBytes(ByteString value)

Solo output. Il nome visualizzato del modello di cui viene eseguito il deployment come DeploymentedModel interessato da questa previsione.

string model_display_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parametro
Nome Description
value ByteString

I byte da impostare per modelDisplayName.

Restituisce
Tipo Description
PredictResponse.Builder

Questo strumento per il concatenamento.

setModelVersionId(Valore stringa)

public PredictResponse.Builder setModelVersionId(String value)

Solo output. L'ID versione del modello di cui viene eseguito il deployment come DeploymentedModel interessato da questa previsione.

string model_version_id = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parametro
Nome Description
value String

Il valore modelVersionId da impostare.

Restituisce
Tipo Description
PredictResponse.Builder

Questo strumento per il concatenamento.

setModelVersionIdBytes(ByteString value)

public PredictResponse.Builder setModelVersionIdBytes(ByteString value)

Solo output. L'ID versione del modello di cui viene eseguito il deployment come DeploymentedModel interessato da questa previsione.

string model_version_id = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parametro
Nome Description
value ByteString

I byte per modelVersionId da impostare.

Restituisce
Tipo Description
PredictResponse.Builder

Questo strumento per il concatenamento.

setPredictions(int index, Value value)

public PredictResponse.Builder setPredictions(int index, Value value)

Le previsioni che sono l'output della chiamata di previsione. Lo schema di qualsiasi singola previsione può essere specificato tramite il valore di prediction_schema_uri di Models di PredictSchemata di Endpoint.

repeated .google.protobuf.Value predictions = 1;

Parametri
Nome Description
index int
value Value
Restituisce
Tipo Description
PredictResponse.Builder

setPredictions(int index, Value.Builder builderForValue)

public PredictResponse.Builder setPredictions(int index, Value.Builder builderForValue)

Le previsioni che sono l'output della chiamata di previsione. Lo schema di qualsiasi singola previsione può essere specificato tramite il valore di prediction_schema_uri di Models di PredictSchemata di Endpoint.

repeated .google.protobuf.Value predictions = 1;

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

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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