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/aiplatform/v1/model_evaluation.proto 18 19 package com.google.cloud.aiplatform.v1; 20 21 public final class ModelEvaluationProto { ModelEvaluationProto()22 private ModelEvaluationProto() {} 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_aiplatform_v1_ModelEvaluation_descriptor; 32 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 33 internal_static_google_cloud_aiplatform_v1_ModelEvaluation_fieldAccessorTable; 34 static final com.google.protobuf.Descriptors.Descriptor 35 internal_static_google_cloud_aiplatform_v1_ModelEvaluation_ModelEvaluationExplanationSpec_descriptor; 36 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 37 internal_static_google_cloud_aiplatform_v1_ModelEvaluation_ModelEvaluationExplanationSpec_fieldAccessorTable; 38 getDescriptor()39 public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { 40 return descriptor; 41 } 42 43 private static com.google.protobuf.Descriptors.FileDescriptor descriptor; 44 45 static { 46 java.lang.String[] descriptorData = { 47 "\n1google/cloud/aiplatform/v1/model_evalu" 48 + "ation.proto\022\032google.cloud.aiplatform.v1\032" 49 + "\037google/api/field_behavior.proto\032\031google" 50 + "/api/resource.proto\032,google/cloud/aiplat" 51 + "form/v1/explanation.proto\032\034google/protob" 52 + "uf/struct.proto\032\037google/protobuf/timesta" 53 + "mp.proto\"\353\005\n\017ModelEvaluation\022\021\n\004name\030\001 \001" 54 + "(\tB\003\340A\003\022\024\n\014display_name\030\n \001(\t\022\032\n\022metrics" 55 + "_schema_uri\030\002 \001(\t\022\'\n\007metrics\030\003 \001(\0132\026.goo" 56 + "gle.protobuf.Value\0224\n\013create_time\030\004 \001(\0132" 57 + "\032.google.protobuf.TimestampB\003\340A\003\022\030\n\020slic" 58 + "e_dimensions\030\005 \003(\t\022\034\n\024data_item_schema_u" 59 + "ri\030\006 \001(\t\022\035\n\025annotation_schema_uri\030\007 \001(\t\022" 60 + "G\n\021model_explanation\030\010 \001(\0132,.google.clou" 61 + "d.aiplatform.v1.ModelExplanation\022e\n\021expl" 62 + "anation_specs\030\t \003(\0132J.google.cloud.aipla" 63 + "tform.v1.ModelEvaluation.ModelEvaluation" 64 + "ExplanationSpec\022(\n\010metadata\030\013 \001(\0132\026.goog" 65 + "le.protobuf.Value\032\201\001\n\036ModelEvaluationExp" 66 + "lanationSpec\022\030\n\020explanation_type\030\001 \001(\t\022E" 67 + "\n\020explanation_spec\030\002 \001(\0132+.google.cloud." 68 + "aiplatform.v1.ExplanationSpec:\177\352A|\n)aipl" 69 + "atform.googleapis.com/ModelEvaluation\022Op" 70 + "rojects/{project}/locations/{location}/m" 71 + "odels/{model}/evaluations/{evaluation}B\322" 72 + "\001\n\036com.google.cloud.aiplatform.v1B\024Model" 73 + "EvaluationProtoP\001Z>cloud.google.com/go/a" 74 + "iplatform/apiv1/aiplatformpb;aiplatformp" 75 + "b\252\002\032Google.Cloud.AIPlatform.V1\312\002\032Google\\" 76 + "Cloud\\AIPlatform\\V1\352\002\035Google::Cloud::AIP" 77 + "latform::V1b\006proto3" 78 }; 79 descriptor = 80 com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( 81 descriptorData, 82 new com.google.protobuf.Descriptors.FileDescriptor[] { 83 com.google.api.FieldBehaviorProto.getDescriptor(), 84 com.google.api.ResourceProto.getDescriptor(), 85 com.google.cloud.aiplatform.v1.ExplanationProto.getDescriptor(), 86 com.google.protobuf.StructProto.getDescriptor(), 87 com.google.protobuf.TimestampProto.getDescriptor(), 88 }); 89 internal_static_google_cloud_aiplatform_v1_ModelEvaluation_descriptor = 90 getDescriptor().getMessageTypes().get(0); 91 internal_static_google_cloud_aiplatform_v1_ModelEvaluation_fieldAccessorTable = 92 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 93 internal_static_google_cloud_aiplatform_v1_ModelEvaluation_descriptor, 94 new java.lang.String[] { 95 "Name", 96 "DisplayName", 97 "MetricsSchemaUri", 98 "Metrics", 99 "CreateTime", 100 "SliceDimensions", 101 "DataItemSchemaUri", 102 "AnnotationSchemaUri", 103 "ModelExplanation", 104 "ExplanationSpecs", 105 "Metadata", 106 }); 107 internal_static_google_cloud_aiplatform_v1_ModelEvaluation_ModelEvaluationExplanationSpec_descriptor = 108 internal_static_google_cloud_aiplatform_v1_ModelEvaluation_descriptor 109 .getNestedTypes() 110 .get(0); 111 internal_static_google_cloud_aiplatform_v1_ModelEvaluation_ModelEvaluationExplanationSpec_fieldAccessorTable = 112 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 113 internal_static_google_cloud_aiplatform_v1_ModelEvaluation_ModelEvaluationExplanationSpec_descriptor, 114 new java.lang.String[] { 115 "ExplanationType", "ExplanationSpec", 116 }); 117 com.google.protobuf.ExtensionRegistry registry = 118 com.google.protobuf.ExtensionRegistry.newInstance(); 119 registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); 120 registry.add(com.google.api.ResourceProto.resource); com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( descriptor, registry)121 com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( 122 descriptor, registry); com.google.api.FieldBehaviorProto.getDescriptor()123 com.google.api.FieldBehaviorProto.getDescriptor(); com.google.api.ResourceProto.getDescriptor()124 com.google.api.ResourceProto.getDescriptor(); com.google.cloud.aiplatform.v1.ExplanationProto.getDescriptor()125 com.google.cloud.aiplatform.v1.ExplanationProto.getDescriptor(); com.google.protobuf.StructProto.getDescriptor()126 com.google.protobuf.StructProto.getDescriptor(); com.google.protobuf.TimestampProto.getDescriptor()127 com.google.protobuf.TimestampProto.getDescriptor(); 128 } 129 130 // @@protoc_insertion_point(outer_class_scope) 131 } 132