Package com.google.cloud.aiplatform.v1
Interface DirectPredictResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DirectPredictResponse,DirectPredictResponse.Builder
@Generated
public interface DirectPredictResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetOutputs(int index) The prediction output.intThe prediction output.The prediction output.getOutputsOrBuilder(int index) The prediction output.List<? extends TensorOrBuilder>The prediction output.The parameters that govern the prediction.The parameters that govern the prediction.booleanThe parameters that govern the prediction.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getOutputsList
The prediction output.
repeated .google.cloud.aiplatform.v1.Tensor outputs = 1; -
getOutputs
The prediction output.
repeated .google.cloud.aiplatform.v1.Tensor outputs = 1; -
getOutputsCount
int getOutputsCount()The prediction output.
repeated .google.cloud.aiplatform.v1.Tensor outputs = 1; -
getOutputsOrBuilderList
List<? extends TensorOrBuilder> getOutputsOrBuilderList()The prediction output.
repeated .google.cloud.aiplatform.v1.Tensor outputs = 1; -
getOutputsOrBuilder
The prediction output.
repeated .google.cloud.aiplatform.v1.Tensor outputs = 1; -
hasParameters
boolean hasParameters()The parameters that govern the prediction.
.google.cloud.aiplatform.v1.Tensor parameters = 2;- Returns:
- Whether the parameters field is set.
-
getParameters
Tensor getParameters()The parameters that govern the prediction.
.google.cloud.aiplatform.v1.Tensor parameters = 2;- Returns:
- The parameters.
-
getParametersOrBuilder
TensorOrBuilder getParametersOrBuilder()The parameters that govern the prediction.
.google.cloud.aiplatform.v1.Tensor parameters = 2;
-