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