1 /* 2 * Copyright 2020 Google LLC 3 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 7 * 8 * https://www.apache.org/licenses/LICENSE-2.0 9 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 */ 16 // Generated by the protocol buffer compiler. DO NOT EDIT! 17 // source: google/cloud/automl/v1beta1/image.proto 18 19 package com.google.cloud.automl.v1beta1; 20 21 public final class ImageProto { ImageProto()22 private ImageProto() {} 23 registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)24 public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} 25 registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)26 public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { 27 registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); 28 } 29 30 static final com.google.protobuf.Descriptors.Descriptor 31 internal_static_google_cloud_automl_v1beta1_ImageClassificationDatasetMetadata_descriptor; 32 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 33 internal_static_google_cloud_automl_v1beta1_ImageClassificationDatasetMetadata_fieldAccessorTable; 34 static final com.google.protobuf.Descriptors.Descriptor 35 internal_static_google_cloud_automl_v1beta1_ImageObjectDetectionDatasetMetadata_descriptor; 36 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 37 internal_static_google_cloud_automl_v1beta1_ImageObjectDetectionDatasetMetadata_fieldAccessorTable; 38 static final com.google.protobuf.Descriptors.Descriptor 39 internal_static_google_cloud_automl_v1beta1_ImageClassificationModelMetadata_descriptor; 40 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 41 internal_static_google_cloud_automl_v1beta1_ImageClassificationModelMetadata_fieldAccessorTable; 42 static final com.google.protobuf.Descriptors.Descriptor 43 internal_static_google_cloud_automl_v1beta1_ImageObjectDetectionModelMetadata_descriptor; 44 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 45 internal_static_google_cloud_automl_v1beta1_ImageObjectDetectionModelMetadata_fieldAccessorTable; 46 static final com.google.protobuf.Descriptors.Descriptor 47 internal_static_google_cloud_automl_v1beta1_ImageClassificationModelDeploymentMetadata_descriptor; 48 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 49 internal_static_google_cloud_automl_v1beta1_ImageClassificationModelDeploymentMetadata_fieldAccessorTable; 50 static final com.google.protobuf.Descriptors.Descriptor 51 internal_static_google_cloud_automl_v1beta1_ImageObjectDetectionModelDeploymentMetadata_descriptor; 52 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 53 internal_static_google_cloud_automl_v1beta1_ImageObjectDetectionModelDeploymentMetadata_fieldAccessorTable; 54 getDescriptor()55 public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { 56 return descriptor; 57 } 58 59 private static com.google.protobuf.Descriptors.FileDescriptor descriptor; 60 61 static { 62 java.lang.String[] descriptorData = { 63 "\n\'google/cloud/automl/v1beta1/image.prot" 64 + "o\022\033google.cloud.automl.v1beta1\0321google/c" 65 + "loud/automl/v1beta1/annotation_spec.prot" 66 + "o\0320google/cloud/automl/v1beta1/classific" 67 + "ation.proto\"r\n\"ImageClassificationDatase" 68 + "tMetadata\022L\n\023classification_type\030\001 \001(\0162/" 69 + ".google.cloud.automl.v1beta1.Classificat" 70 + "ionType\"%\n#ImageObjectDetectionDatasetMe" 71 + "tadata\"\262\001\n ImageClassificationModelMetad" 72 + "ata\022\025\n\rbase_model_id\030\001 \001(\t\022\024\n\014train_budg" 73 + "et\030\002 \001(\003\022\022\n\ntrain_cost\030\003 \001(\003\022\023\n\013stop_rea" 74 + "son\030\005 \001(\t\022\022\n\nmodel_type\030\007 \001(\t\022\020\n\010node_qp" 75 + "s\030\r \001(\001\022\022\n\nnode_count\030\016 \001(\003\"\276\001\n!ImageObj" 76 + "ectDetectionModelMetadata\022\022\n\nmodel_type\030" 77 + "\001 \001(\t\022\022\n\nnode_count\030\003 \001(\003\022\020\n\010node_qps\030\004 " 78 + "\001(\001\022\023\n\013stop_reason\030\005 \001(\t\022%\n\035train_budget" 79 + "_milli_node_hours\030\006 \001(\003\022#\n\033train_cost_mi" 80 + "lli_node_hours\030\007 \001(\003\"@\n*ImageClassificat" 81 + "ionModelDeploymentMetadata\022\022\n\nnode_count" 82 + "\030\001 \001(\003\"A\n+ImageObjectDetectionModelDeplo" 83 + "ymentMetadata\022\022\n\nnode_count\030\001 \001(\003B\247\001\n\037co" 84 + "m.google.cloud.automl.v1beta1B\nImageProt" 85 + "oP\001Z7cloud.google.com/go/automl/apiv1bet" 86 + "a1/automlpb;automlpb\312\002\033Google\\Cloud\\Auto" 87 + "Ml\\V1beta1\352\002\036Google::Cloud::AutoML::V1be" 88 + "ta1b\006proto3" 89 }; 90 descriptor = 91 com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( 92 descriptorData, 93 new com.google.protobuf.Descriptors.FileDescriptor[] { 94 com.google.cloud.automl.v1beta1.AnnotationSpecOuterClass.getDescriptor(), 95 com.google.cloud.automl.v1beta1.ClassificationProto.getDescriptor(), 96 }); 97 internal_static_google_cloud_automl_v1beta1_ImageClassificationDatasetMetadata_descriptor = 98 getDescriptor().getMessageTypes().get(0); 99 internal_static_google_cloud_automl_v1beta1_ImageClassificationDatasetMetadata_fieldAccessorTable = 100 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 101 internal_static_google_cloud_automl_v1beta1_ImageClassificationDatasetMetadata_descriptor, 102 new java.lang.String[] { 103 "ClassificationType", 104 }); 105 internal_static_google_cloud_automl_v1beta1_ImageObjectDetectionDatasetMetadata_descriptor = 106 getDescriptor().getMessageTypes().get(1); 107 internal_static_google_cloud_automl_v1beta1_ImageObjectDetectionDatasetMetadata_fieldAccessorTable = 108 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 109 internal_static_google_cloud_automl_v1beta1_ImageObjectDetectionDatasetMetadata_descriptor, 110 new java.lang.String[] {}); 111 internal_static_google_cloud_automl_v1beta1_ImageClassificationModelMetadata_descriptor = 112 getDescriptor().getMessageTypes().get(2); 113 internal_static_google_cloud_automl_v1beta1_ImageClassificationModelMetadata_fieldAccessorTable = 114 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 115 internal_static_google_cloud_automl_v1beta1_ImageClassificationModelMetadata_descriptor, 116 new java.lang.String[] { 117 "BaseModelId", 118 "TrainBudget", 119 "TrainCost", 120 "StopReason", 121 "ModelType", 122 "NodeQps", 123 "NodeCount", 124 }); 125 internal_static_google_cloud_automl_v1beta1_ImageObjectDetectionModelMetadata_descriptor = 126 getDescriptor().getMessageTypes().get(3); 127 internal_static_google_cloud_automl_v1beta1_ImageObjectDetectionModelMetadata_fieldAccessorTable = 128 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 129 internal_static_google_cloud_automl_v1beta1_ImageObjectDetectionModelMetadata_descriptor, 130 new java.lang.String[] { 131 "ModelType", 132 "NodeCount", 133 "NodeQps", 134 "StopReason", 135 "TrainBudgetMilliNodeHours", 136 "TrainCostMilliNodeHours", 137 }); 138 internal_static_google_cloud_automl_v1beta1_ImageClassificationModelDeploymentMetadata_descriptor = 139 getDescriptor().getMessageTypes().get(4); 140 internal_static_google_cloud_automl_v1beta1_ImageClassificationModelDeploymentMetadata_fieldAccessorTable = 141 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 142 internal_static_google_cloud_automl_v1beta1_ImageClassificationModelDeploymentMetadata_descriptor, 143 new java.lang.String[] { 144 "NodeCount", 145 }); 146 internal_static_google_cloud_automl_v1beta1_ImageObjectDetectionModelDeploymentMetadata_descriptor = 147 getDescriptor().getMessageTypes().get(5); 148 internal_static_google_cloud_automl_v1beta1_ImageObjectDetectionModelDeploymentMetadata_fieldAccessorTable = 149 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 150 internal_static_google_cloud_automl_v1beta1_ImageObjectDetectionModelDeploymentMetadata_descriptor, 151 new java.lang.String[] { 152 "NodeCount", 153 }); com.google.cloud.automl.v1beta1.AnnotationSpecOuterClass.getDescriptor()154 com.google.cloud.automl.v1beta1.AnnotationSpecOuterClass.getDescriptor(); com.google.cloud.automl.v1beta1.ClassificationProto.getDescriptor()155 com.google.cloud.automl.v1beta1.ClassificationProto.getDescriptor(); 156 } 157 158 // @@protoc_insertion_point(outer_class_scope) 159 } 160