Uses of Class
com.google.cloud.aiplatform.v1.schema.predict.instance.ImageObjectDetectionPredictionInstance.Builder
Packages that use ImageObjectDetectionPredictionInstance.Builder
-
Uses of ImageObjectDetectionPredictionInstance.Builder in com.google.cloud.aiplatform.v1.schema.predict.instance
Methods in com.google.cloud.aiplatform.v1.schema.predict.instance that return ImageObjectDetectionPredictionInstance.BuilderModifier and TypeMethodDescriptionImageObjectDetectionPredictionInstance.Builder.clear()ImageObjectDetectionPredictionInstance.Builder.clearContent()The image bytes or Cloud Storage URI to make the prediction on.ImageObjectDetectionPredictionInstance.Builder.clearMimeType()The MIME type of the content of the image.ImageObjectDetectionPredictionInstance.Builder.mergeFrom(ImageObjectDetectionPredictionInstance other) ImageObjectDetectionPredictionInstance.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ImageObjectDetectionPredictionInstance.Builder.mergeFrom(com.google.protobuf.Message other) ImageObjectDetectionPredictionInstance.newBuilder()ImageObjectDetectionPredictionInstance.newBuilder(ImageObjectDetectionPredictionInstance prototype) ImageObjectDetectionPredictionInstance.newBuilderForType()ImageObjectDetectionPredictionInstance.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ImageObjectDetectionPredictionInstance.Builder.setContent(String value) The image bytes or Cloud Storage URI to make the prediction on.ImageObjectDetectionPredictionInstance.Builder.setContentBytes(com.google.protobuf.ByteString value) The image bytes or Cloud Storage URI to make the prediction on.ImageObjectDetectionPredictionInstance.Builder.setMimeType(String value) The MIME type of the content of the image.ImageObjectDetectionPredictionInstance.Builder.setMimeTypeBytes(com.google.protobuf.ByteString value) The MIME type of the content of the image.ImageObjectDetectionPredictionInstance.toBuilder()