public interface ExplainResponseOrBuilder extends MessageOrBuilder
Implementa
MessageOrBuilderMetodi
getDeployedModelId()
public abstract String getDeployedModelId()
ID del modello DeployedModel dell'endpoint che ha fornito questa spiegazione.
string deployed_model_id = 2;
Restituisce | |
---|---|
Tipo | Description |
String |
L'ID modello distribuito. |
getDeployedModelIdBytes()
public abstract ByteString getDeployedModelIdBytes()
ID del modello DeployedModel dell'endpoint che ha fornito questa spiegazione.
string deployed_model_id = 2;
Restituisce | |
---|---|
Tipo | Description |
ByteString |
I byte per il valore DeploymentModelId. |
getExplanations(int index)
public abstract Explanation getExplanations(int index)
Le spiegazioni del valore PredictResponse.predictions del modello.
Ha lo stesso numero di elementi delle istanze da spiegare.
repeated .google.cloud.vertexai.v1.Explanation explanations = 1;
Parametro | |
---|---|
Nome | Description |
index |
int |
Restituisce | |
---|---|
Tipo | Description |
Explanation |
getExplanationsCount()
public abstract int getExplanationsCount()
Le spiegazioni del valore PredictResponse.predictions del modello.
Ha lo stesso numero di elementi delle istanze da spiegare.
repeated .google.cloud.vertexai.v1.Explanation explanations = 1;
Restituisce | |
---|---|
Tipo | Description |
int |
getExplanationsList()
public abstract List<Explanation> getExplanationsList()
Le spiegazioni del valore PredictResponse.predictions del modello.
Ha lo stesso numero di elementi delle istanze da spiegare.
repeated .google.cloud.vertexai.v1.Explanation explanations = 1;
Restituisce | |
---|---|
Tipo | Description |
List<Explanation> |
getExplanationsOrBuilder(int index)
public abstract ExplanationOrBuilder getExplanationsOrBuilder(int index)
Le spiegazioni del valore PredictResponse.predictions del modello.
Ha lo stesso numero di elementi delle istanze da spiegare.
repeated .google.cloud.vertexai.v1.Explanation explanations = 1;
Parametro | |
---|---|
Nome | Description |
index |
int |
Restituisce | |
---|---|
Tipo | Description |
ExplanationOrBuilder |
getExplanationsOrBuilderList()
public abstract List<? extends ExplanationOrBuilder> getExplanationsOrBuilderList()
Le spiegazioni del valore PredictResponse.predictions del modello.
Ha lo stesso numero di elementi delle istanze da spiegare.
repeated .google.cloud.vertexai.v1.Explanation explanations = 1;
Restituisce | |
---|---|
Tipo | Description |
List<? extends com.google.cloud.vertexai.api.ExplanationOrBuilder> |
getPredictions(int index)
public abstract Value getPredictions(int index)
Le previsioni che sono l'output della chiamata di previsione. Come in PredictResponse.predictions.
repeated .google.protobuf.Value predictions = 3;
Parametro | |
---|---|
Nome | Description |
index |
int |
Restituisce | |
---|---|
Tipo | Description |
Value |
getPredictionsCount()
public abstract int getPredictionsCount()
Le previsioni che sono l'output della chiamata di previsione. Come in PredictResponse.predictions.
repeated .google.protobuf.Value predictions = 3;
Restituisce | |
---|---|
Tipo | Description |
int |
getPredictionsList()
public abstract List<Value> getPredictionsList()
Le previsioni che sono l'output della chiamata di previsione. Come in PredictResponse.predictions.
repeated .google.protobuf.Value predictions = 3;
Restituisce | |
---|---|
Tipo | Description |
List<Value> |
getPredictionsOrBuilder(int index)
public abstract ValueOrBuilder getPredictionsOrBuilder(int index)
Le previsioni che sono l'output della chiamata di previsione. Come in PredictResponse.predictions.
repeated .google.protobuf.Value predictions = 3;
Parametro | |
---|---|
Nome | Description |
index |
int |
Restituisce | |
---|---|
Tipo | Description |
ValueOrBuilder |
getPredictionsOrBuilderList()
public abstract List<? extends ValueOrBuilder> getPredictionsOrBuilderList()
Le previsioni che sono l'output della chiamata di previsione. Come in PredictResponse.predictions.
repeated .google.protobuf.Value predictions = 3;
Restituisce | |
---|---|
Tipo | Description |
List<? extends com.google.protobuf.ValueOrBuilder> |