Uses of Class
com.google.cloud.aiplatform.v1.schema.predict.prediction.TabularClassificationPredictionResult.Builder
Packages that use TabularClassificationPredictionResult.Builder
-
Uses of TabularClassificationPredictionResult.Builder in com.google.cloud.aiplatform.v1.schema.predict.prediction
Methods in com.google.cloud.aiplatform.v1.schema.predict.prediction that return TabularClassificationPredictionResult.BuilderModifier and TypeMethodDescriptionTabularClassificationPredictionResult.Builder.addAllClasses(Iterable<String> values) The name of the classes being classified, contains all possible values of the target column.TabularClassificationPredictionResult.Builder.addAllScores(Iterable<? extends Float> values) The model's confidence in each class being correct, higher value means higher confidence.TabularClassificationPredictionResult.Builder.addClasses(String value) The name of the classes being classified, contains all possible values of the target column.TabularClassificationPredictionResult.Builder.addClassesBytes(com.google.protobuf.ByteString value) The name of the classes being classified, contains all possible values of the target column.TabularClassificationPredictionResult.Builder.addScores(float value) The model's confidence in each class being correct, higher value means higher confidence.TabularClassificationPredictionResult.Builder.clear()TabularClassificationPredictionResult.Builder.clearClasses()The name of the classes being classified, contains all possible values of the target column.TabularClassificationPredictionResult.Builder.clearScores()The model's confidence in each class being correct, higher value means higher confidence.TabularClassificationPredictionResult.Builder.mergeFrom(TabularClassificationPredictionResult other) TabularClassificationPredictionResult.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TabularClassificationPredictionResult.Builder.mergeFrom(com.google.protobuf.Message other) TabularClassificationPredictionResult.newBuilder()TabularClassificationPredictionResult.newBuilder(TabularClassificationPredictionResult prototype) TabularClassificationPredictionResult.newBuilderForType()TabularClassificationPredictionResult.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) TabularClassificationPredictionResult.Builder.setClasses(int index, String value) The name of the classes being classified, contains all possible values of the target column.TabularClassificationPredictionResult.Builder.setScores(int index, float value) The model's confidence in each class being correct, higher value means higher confidence.TabularClassificationPredictionResult.toBuilder()