Uses of Class
com.google.cloud.aiplatform.v1.schema.predict.params.ImageClassificationPredictionParams.Builder
Packages that use ImageClassificationPredictionParams.Builder
-
Uses of ImageClassificationPredictionParams.Builder in com.google.cloud.aiplatform.v1.schema.predict.params
Methods in com.google.cloud.aiplatform.v1.schema.predict.params that return ImageClassificationPredictionParams.BuilderModifier and TypeMethodDescriptionImageClassificationPredictionParams.Builder.clear()ImageClassificationPredictionParams.Builder.clearConfidenceThreshold()The Model only returns predictions with at least this confidence score.ImageClassificationPredictionParams.Builder.clearMaxPredictions()The Model only returns up to that many top, by confidence score, predictions per instance.ImageClassificationPredictionParams.Builder.mergeFrom(ImageClassificationPredictionParams other) ImageClassificationPredictionParams.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ImageClassificationPredictionParams.Builder.mergeFrom(com.google.protobuf.Message other) ImageClassificationPredictionParams.newBuilder()ImageClassificationPredictionParams.newBuilder(ImageClassificationPredictionParams prototype) ImageClassificationPredictionParams.newBuilderForType()ImageClassificationPredictionParams.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ImageClassificationPredictionParams.Builder.setConfidenceThreshold(float value) The Model only returns predictions with at least this confidence score.ImageClassificationPredictionParams.Builder.setMaxPredictions(int value) The Model only returns up to that many top, by confidence score, predictions per instance.ImageClassificationPredictionParams.toBuilder()