Uses of Class
com.google.cloud.aiplatform.v1.PredictResponse.Builder
Packages that use PredictResponse.Builder
-
Uses of PredictResponse.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return PredictResponse.BuilderModifier and TypeMethodDescriptionPredictResponse.Builder.addAllPredictions(Iterable<? extends com.google.protobuf.Value> values) The predictions that are the output of the predictions call.PredictResponse.Builder.addPredictions(int index, com.google.protobuf.Value value) The predictions that are the output of the predictions call.PredictResponse.Builder.addPredictions(int index, com.google.protobuf.Value.Builder builderForValue) The predictions that are the output of the predictions call.PredictResponse.Builder.addPredictions(com.google.protobuf.Value value) The predictions that are the output of the predictions call.PredictResponse.Builder.addPredictions(com.google.protobuf.Value.Builder builderForValue) The predictions that are the output of the predictions call.PredictResponse.Builder.clear()PredictResponse.Builder.clearDeployedModelId()ID of the Endpoint's DeployedModel that served this prediction.PredictResponse.Builder.clearMetadata()Output only.PredictResponse.Builder.clearModel()Output only.PredictResponse.Builder.clearModelDisplayName()Output only.PredictResponse.Builder.clearModelVersionId()Output only.PredictResponse.Builder.clearPredictions()The predictions that are the output of the predictions call.PredictResponse.Builder.mergeFrom(PredictResponse other) PredictResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PredictResponse.Builder.mergeFrom(com.google.protobuf.Message other) PredictResponse.Builder.mergeMetadata(com.google.protobuf.Value value) Output only.static PredictResponse.BuilderPredictResponse.newBuilder()static PredictResponse.BuilderPredictResponse.newBuilder(PredictResponse prototype) PredictResponse.newBuilderForType()protected PredictResponse.BuilderPredictResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) PredictResponse.Builder.removePredictions(int index) The predictions that are the output of the predictions call.PredictResponse.Builder.setDeployedModelId(String value) ID of the Endpoint's DeployedModel that served this prediction.PredictResponse.Builder.setDeployedModelIdBytes(com.google.protobuf.ByteString value) ID of the Endpoint's DeployedModel that served this prediction.PredictResponse.Builder.setMetadata(com.google.protobuf.Value value) Output only.PredictResponse.Builder.setMetadata(com.google.protobuf.Value.Builder builderForValue) Output only.Output only.PredictResponse.Builder.setModelBytes(com.google.protobuf.ByteString value) Output only.PredictResponse.Builder.setModelDisplayName(String value) Output only.PredictResponse.Builder.setModelDisplayNameBytes(com.google.protobuf.ByteString value) Output only.PredictResponse.Builder.setModelVersionId(String value) Output only.PredictResponse.Builder.setModelVersionIdBytes(com.google.protobuf.ByteString value) Output only.PredictResponse.Builder.setPredictions(int index, com.google.protobuf.Value value) The predictions that are the output of the predictions call.PredictResponse.Builder.setPredictions(int index, com.google.protobuf.Value.Builder builderForValue) The predictions that are the output of the predictions call.PredictResponse.toBuilder()