public interface DirectPredictResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Tensor |
getOutputs(int index)
The prediction output.
|
int |
getOutputsCount()
The prediction output.
|
List<Tensor> |
getOutputsList()
The prediction output.
|
TensorOrBuilder |
getOutputsOrBuilder(int index)
The prediction output.
|
List<? extends TensorOrBuilder> |
getOutputsOrBuilderList()
The prediction output.
|
Tensor |
getParameters()
The parameters that govern the prediction.
|
TensorOrBuilder |
getParametersOrBuilder()
The parameters that govern the prediction.
|
boolean |
hasParameters()
The parameters that govern the prediction.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Tensor> getOutputsList()
The prediction output.
repeated .google.cloud.aiplatform.v1beta1.Tensor outputs = 1;Tensor getOutputs(int index)
The prediction output.
repeated .google.cloud.aiplatform.v1beta1.Tensor outputs = 1;int getOutputsCount()
The prediction output.
repeated .google.cloud.aiplatform.v1beta1.Tensor outputs = 1;List<? extends TensorOrBuilder> getOutputsOrBuilderList()
The prediction output.
repeated .google.cloud.aiplatform.v1beta1.Tensor outputs = 1;TensorOrBuilder getOutputsOrBuilder(int index)
The prediction output.
repeated .google.cloud.aiplatform.v1beta1.Tensor outputs = 1;boolean hasParameters()
The parameters that govern the prediction.
.google.cloud.aiplatform.v1beta1.Tensor parameters = 2;Tensor getParameters()
The parameters that govern the prediction.
.google.cloud.aiplatform.v1beta1.Tensor parameters = 2;TensorOrBuilder getParametersOrBuilder()
The parameters that govern the prediction.
.google.cloud.aiplatform.v1beta1.Tensor parameters = 2;Copyright © 2025 Google LLC. All rights reserved.