Uses of Class
com.google.cloud.aiplatform.v1.schema.predict.params.ImageSegmentationPredictionParams.Builder
Packages that use ImageSegmentationPredictionParams.Builder
-
Uses of ImageSegmentationPredictionParams.Builder in com.google.cloud.aiplatform.v1.schema.predict.params
Methods in com.google.cloud.aiplatform.v1.schema.predict.params that return ImageSegmentationPredictionParams.BuilderModifier and TypeMethodDescriptionImageSegmentationPredictionParams.Builder.clear()ImageSegmentationPredictionParams.Builder.clearConfidenceThreshold()When the model predicts category of pixels of the image, it will only provide predictions for pixels that it is at least this much confident about.ImageSegmentationPredictionParams.Builder.mergeFrom(ImageSegmentationPredictionParams other) ImageSegmentationPredictionParams.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ImageSegmentationPredictionParams.Builder.mergeFrom(com.google.protobuf.Message other) ImageSegmentationPredictionParams.newBuilder()ImageSegmentationPredictionParams.newBuilder(ImageSegmentationPredictionParams prototype) ImageSegmentationPredictionParams.newBuilderForType()ImageSegmentationPredictionParams.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ImageSegmentationPredictionParams.Builder.setConfidenceThreshold(float value) When the model predicts category of pixels of the image, it will only provide predictions for pixels that it is at least this much confident about.ImageSegmentationPredictionParams.toBuilder()