...

Source file src/google.golang.org/genproto/googleapis/cloud/aiplatform/v1/schema/predict/instance/image_segmentation.pb.go

Documentation: google.golang.org/genproto/googleapis/cloud/aiplatform/v1/schema/predict/instance

     1  // Copyright 2021 Google LLC
     2  //
     3  // Licensed under the Apache License, Version 2.0 (the "License");
     4  // you may not use this file except in compliance with the License.
     5  // You may obtain a copy of the License at
     6  //
     7  //     http://www.apache.org/licenses/LICENSE-2.0
     8  //
     9  // Unless required by applicable law or agreed to in writing, software
    10  // distributed under the License is distributed on an "AS IS" BASIS,
    11  // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    12  // See the License for the specific language governing permissions and
    13  // limitations under the License.
    14  
    15  // Code generated by protoc-gen-go. DO NOT EDIT.
    16  // versions:
    17  // 	protoc-gen-go v1.26.0
    18  // 	protoc        v3.12.2
    19  // source: google/cloud/aiplatform/v1/schema/predict/instance/image_segmentation.proto
    20  
    21  package instance
    22  
    23  import (
    24  	reflect "reflect"
    25  	sync "sync"
    26  
    27  	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
    28  	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
    29  )
    30  
    31  const (
    32  	// Verify that this generated code is sufficiently up-to-date.
    33  	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
    34  	// Verify that runtime/protoimpl is sufficiently up-to-date.
    35  	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
    36  )
    37  
    38  // Prediction input format for Image Segmentation.
    39  type ImageSegmentationPredictionInstance struct {
    40  	state         protoimpl.MessageState
    41  	sizeCache     protoimpl.SizeCache
    42  	unknownFields protoimpl.UnknownFields
    43  
    44  	// The image bytes to make the predictions on.
    45  	Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
    46  	// The MIME type of the content of the image. Only the images in below listed
    47  	// MIME types are supported.
    48  	// - image/jpeg
    49  	// - image/png
    50  	MimeType string `protobuf:"bytes,2,opt,name=mime_type,json=mimeType,proto3" json:"mime_type,omitempty"`
    51  }
    52  
    53  func (x *ImageSegmentationPredictionInstance) Reset() {
    54  	*x = ImageSegmentationPredictionInstance{}
    55  	if protoimpl.UnsafeEnabled {
    56  		mi := &file_google_cloud_aiplatform_v1_schema_predict_instance_image_segmentation_proto_msgTypes[0]
    57  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    58  		ms.StoreMessageInfo(mi)
    59  	}
    60  }
    61  
    62  func (x *ImageSegmentationPredictionInstance) String() string {
    63  	return protoimpl.X.MessageStringOf(x)
    64  }
    65  
    66  func (*ImageSegmentationPredictionInstance) ProtoMessage() {}
    67  
    68  func (x *ImageSegmentationPredictionInstance) ProtoReflect() protoreflect.Message {
    69  	mi := &file_google_cloud_aiplatform_v1_schema_predict_instance_image_segmentation_proto_msgTypes[0]
    70  	if protoimpl.UnsafeEnabled && x != nil {
    71  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    72  		if ms.LoadMessageInfo() == nil {
    73  			ms.StoreMessageInfo(mi)
    74  		}
    75  		return ms
    76  	}
    77  	return mi.MessageOf(x)
    78  }
    79  
    80  // Deprecated: Use ImageSegmentationPredictionInstance.ProtoReflect.Descriptor instead.
    81  func (*ImageSegmentationPredictionInstance) Descriptor() ([]byte, []int) {
    82  	return file_google_cloud_aiplatform_v1_schema_predict_instance_image_segmentation_proto_rawDescGZIP(), []int{0}
    83  }
    84  
    85  func (x *ImageSegmentationPredictionInstance) GetContent() string {
    86  	if x != nil {
    87  		return x.Content
    88  	}
    89  	return ""
    90  }
    91  
    92  func (x *ImageSegmentationPredictionInstance) GetMimeType() string {
    93  	if x != nil {
    94  		return x.MimeType
    95  	}
    96  	return ""
    97  }
    98  
    99  var File_google_cloud_aiplatform_v1_schema_predict_instance_image_segmentation_proto protoreflect.FileDescriptor
   100  
   101  var file_google_cloud_aiplatform_v1_schema_predict_instance_image_segmentation_proto_rawDesc = []byte{
   102  	0x0a, 0x4b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2f, 0x61,
   103  	0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2f, 0x76, 0x31, 0x2f, 0x73, 0x63, 0x68,
   104  	0x65, 0x6d, 0x61, 0x2f, 0x70, 0x72, 0x65, 0x64, 0x69, 0x63, 0x74, 0x2f, 0x69, 0x6e, 0x73, 0x74,
   105  	0x61, 0x6e, 0x63, 0x65, 0x2f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x65, 0x67, 0x6d, 0x65,
   106  	0x6e, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x32, 0x67,
   107  	0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x61, 0x69, 0x70, 0x6c,
   108  	0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x73, 0x63, 0x68, 0x65, 0x6d, 0x61,
   109  	0x2e, 0x70, 0x72, 0x65, 0x64, 0x69, 0x63, 0x74, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63,
   110  	0x65, 0x22, 0x5c, 0x0a, 0x23, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x53, 0x65, 0x67, 0x6d, 0x65, 0x6e,
   111  	0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x65, 0x64, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e,
   112  	0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74,
   113  	0x65, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65,
   114  	0x6e, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x6d, 0x69, 0x6d, 0x65, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18,
   115  	0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x69, 0x6d, 0x65, 0x54, 0x79, 0x70, 0x65, 0x42,
   116  	0xe5, 0x02, 0x0a, 0x36, 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63,
   117  	0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e,
   118  	0x76, 0x31, 0x2e, 0x73, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x2e, 0x70, 0x72, 0x65, 0x64, 0x69, 0x63,
   119  	0x74, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x42, 0x28, 0x49, 0x6d, 0x61, 0x67,
   120  	0x65, 0x53, 0x65, 0x67, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x65,
   121  	0x64, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x50,
   122  	0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x5a, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67,
   123  	0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x67, 0x65, 0x6e, 0x70, 0x72, 0x6f,
   124  	0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x63, 0x6c,
   125  	0x6f, 0x75, 0x64, 0x2f, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2f, 0x76,
   126  	0x31, 0x2f, 0x73, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x2f, 0x70, 0x72, 0x65, 0x64, 0x69, 0x63, 0x74,
   127  	0x2f, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x3b, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e,
   128  	0x63, 0x65, 0xaa, 0x02, 0x32, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x43, 0x6c, 0x6f, 0x75,
   129  	0x64, 0x2e, 0x41, 0x49, 0x50, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x56, 0x31, 0x2e,
   130  	0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x2e, 0x50, 0x72, 0x65, 0x64, 0x69, 0x63, 0x74, 0x2e, 0x49,
   131  	0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0xca, 0x02, 0x32, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
   132  	0x5c, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x5c, 0x41, 0x49, 0x50, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72,
   133  	0x6d, 0x5c, 0x56, 0x31, 0x5c, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x5c, 0x50, 0x72, 0x65, 0x64,
   134  	0x69, 0x63, 0x74, 0x5c, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0xea, 0x02, 0x38, 0x47,
   135  	0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x3a, 0x3a, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x3a, 0x3a, 0x41, 0x49,
   136  	0x50, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x3a, 0x3a, 0x56, 0x31, 0x3a, 0x3a, 0x53, 0x63,
   137  	0x68, 0x65, 0x6d, 0x61, 0x3a, 0x3a, 0x50, 0x72, 0x65, 0x64, 0x69, 0x63, 0x74, 0x3a, 0x3a, 0x49,
   138  	0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
   139  }
   140  
   141  var (
   142  	file_google_cloud_aiplatform_v1_schema_predict_instance_image_segmentation_proto_rawDescOnce sync.Once
   143  	file_google_cloud_aiplatform_v1_schema_predict_instance_image_segmentation_proto_rawDescData = file_google_cloud_aiplatform_v1_schema_predict_instance_image_segmentation_proto_rawDesc
   144  )
   145  
   146  func file_google_cloud_aiplatform_v1_schema_predict_instance_image_segmentation_proto_rawDescGZIP() []byte {
   147  	file_google_cloud_aiplatform_v1_schema_predict_instance_image_segmentation_proto_rawDescOnce.Do(func() {
   148  		file_google_cloud_aiplatform_v1_schema_predict_instance_image_segmentation_proto_rawDescData = protoimpl.X.CompressGZIP(file_google_cloud_aiplatform_v1_schema_predict_instance_image_segmentation_proto_rawDescData)
   149  	})
   150  	return file_google_cloud_aiplatform_v1_schema_predict_instance_image_segmentation_proto_rawDescData
   151  }
   152  
   153  var file_google_cloud_aiplatform_v1_schema_predict_instance_image_segmentation_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
   154  var file_google_cloud_aiplatform_v1_schema_predict_instance_image_segmentation_proto_goTypes = []interface{}{
   155  	(*ImageSegmentationPredictionInstance)(nil), // 0: google.cloud.aiplatform.v1.schema.predict.instance.ImageSegmentationPredictionInstance
   156  }
   157  var file_google_cloud_aiplatform_v1_schema_predict_instance_image_segmentation_proto_depIdxs = []int32{
   158  	0, // [0:0] is the sub-list for method output_type
   159  	0, // [0:0] is the sub-list for method input_type
   160  	0, // [0:0] is the sub-list for extension type_name
   161  	0, // [0:0] is the sub-list for extension extendee
   162  	0, // [0:0] is the sub-list for field type_name
   163  }
   164  
   165  func init() { file_google_cloud_aiplatform_v1_schema_predict_instance_image_segmentation_proto_init() }
   166  func file_google_cloud_aiplatform_v1_schema_predict_instance_image_segmentation_proto_init() {
   167  	if File_google_cloud_aiplatform_v1_schema_predict_instance_image_segmentation_proto != nil {
   168  		return
   169  	}
   170  	if !protoimpl.UnsafeEnabled {
   171  		file_google_cloud_aiplatform_v1_schema_predict_instance_image_segmentation_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
   172  			switch v := v.(*ImageSegmentationPredictionInstance); i {
   173  			case 0:
   174  				return &v.state
   175  			case 1:
   176  				return &v.sizeCache
   177  			case 2:
   178  				return &v.unknownFields
   179  			default:
   180  				return nil
   181  			}
   182  		}
   183  	}
   184  	type x struct{}
   185  	out := protoimpl.TypeBuilder{
   186  		File: protoimpl.DescBuilder{
   187  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
   188  			RawDescriptor: file_google_cloud_aiplatform_v1_schema_predict_instance_image_segmentation_proto_rawDesc,
   189  			NumEnums:      0,
   190  			NumMessages:   1,
   191  			NumExtensions: 0,
   192  			NumServices:   0,
   193  		},
   194  		GoTypes:           file_google_cloud_aiplatform_v1_schema_predict_instance_image_segmentation_proto_goTypes,
   195  		DependencyIndexes: file_google_cloud_aiplatform_v1_schema_predict_instance_image_segmentation_proto_depIdxs,
   196  		MessageInfos:      file_google_cloud_aiplatform_v1_schema_predict_instance_image_segmentation_proto_msgTypes,
   197  	}.Build()
   198  	File_google_cloud_aiplatform_v1_schema_predict_instance_image_segmentation_proto = out.File
   199  	file_google_cloud_aiplatform_v1_schema_predict_instance_image_segmentation_proto_rawDesc = nil
   200  	file_google_cloud_aiplatform_v1_schema_predict_instance_image_segmentation_proto_goTypes = nil
   201  	file_google_cloud_aiplatform_v1_schema_predict_instance_image_segmentation_proto_depIdxs = nil
   202  }
   203  

View as plain text