Uses of Class
com.google.cloud.aiplatform.v1.schema.predict.prediction.ClassificationPredictionResult.Builder
Packages that use ClassificationPredictionResult.Builder
-
Uses of ClassificationPredictionResult.Builder in com.google.cloud.aiplatform.v1.schema.predict.prediction
Methods in com.google.cloud.aiplatform.v1.schema.predict.prediction that return ClassificationPredictionResult.BuilderModifier and TypeMethodDescriptionClassificationPredictionResult.Builder.addAllConfidences(Iterable<? extends Float> values) The Model's confidences in correctness of the predicted IDs, higher value means higher confidence.ClassificationPredictionResult.Builder.addAllDisplayNames(Iterable<String> values) The display names of the AnnotationSpecs that had been identified, order matches the IDs.The resource IDs of the AnnotationSpecs that had been identified.ClassificationPredictionResult.Builder.addConfidences(float value) The Model's confidences in correctness of the predicted IDs, higher value means higher confidence.ClassificationPredictionResult.Builder.addDisplayNames(String value) The display names of the AnnotationSpecs that had been identified, order matches the IDs.ClassificationPredictionResult.Builder.addDisplayNamesBytes(com.google.protobuf.ByteString value) The display names of the AnnotationSpecs that had been identified, order matches the IDs.ClassificationPredictionResult.Builder.addIds(long value) The resource IDs of the AnnotationSpecs that had been identified.ClassificationPredictionResult.Builder.clear()ClassificationPredictionResult.Builder.clearConfidences()The Model's confidences in correctness of the predicted IDs, higher value means higher confidence.ClassificationPredictionResult.Builder.clearDisplayNames()The display names of the AnnotationSpecs that had been identified, order matches the IDs.ClassificationPredictionResult.Builder.clearIds()The resource IDs of the AnnotationSpecs that had been identified.ClassificationPredictionResult.Builder.mergeFrom(ClassificationPredictionResult other) ClassificationPredictionResult.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ClassificationPredictionResult.Builder.mergeFrom(com.google.protobuf.Message other) ClassificationPredictionResult.newBuilder()ClassificationPredictionResult.newBuilder(ClassificationPredictionResult prototype) ClassificationPredictionResult.newBuilderForType()protected ClassificationPredictionResult.BuilderClassificationPredictionResult.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ClassificationPredictionResult.Builder.setConfidences(int index, float value) The Model's confidences in correctness of the predicted IDs, higher value means higher confidence.ClassificationPredictionResult.Builder.setDisplayNames(int index, String value) The display names of the AnnotationSpecs that had been identified, order matches the IDs.ClassificationPredictionResult.Builder.setIds(int index, long value) The resource IDs of the AnnotationSpecs that had been identified.ClassificationPredictionResult.toBuilder()