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.25.0-devel
18// 	protoc        v3.13.0
19// source: google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_video_action_recognition.proto
20
21package definition
22
23import (
24	reflect "reflect"
25	sync "sync"
26
27	proto "github.com/golang/protobuf/proto"
28	_ "google.golang.org/genproto/googleapis/api/annotations"
29	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
30	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
31)
32
33const (
34	// Verify that this generated code is sufficiently up-to-date.
35	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
36	// Verify that runtime/protoimpl is sufficiently up-to-date.
37	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
38)
39
40// This is a compile-time assertion that a sufficiently up-to-date version
41// of the legacy proto package is being used.
42const _ = proto.ProtoPackageIsVersion4
43
44type AutoMlVideoActionRecognitionInputs_ModelType int32
45
46const (
47	// Should not be set.
48	AutoMlVideoActionRecognitionInputs_MODEL_TYPE_UNSPECIFIED AutoMlVideoActionRecognitionInputs_ModelType = 0
49	// A model best tailored to be used within Google Cloud, and which c annot
50	// be exported. Default.
51	AutoMlVideoActionRecognitionInputs_CLOUD AutoMlVideoActionRecognitionInputs_ModelType = 1
52	// A model that, in addition to being available within Google Cloud, can
53	// also be exported (see ModelService.ExportModel) as a TensorFlow or
54	// TensorFlow Lite model and used on a mobile or edge device afterwards.
55	AutoMlVideoActionRecognitionInputs_MOBILE_VERSATILE_1 AutoMlVideoActionRecognitionInputs_ModelType = 2
56)
57
58// Enum value maps for AutoMlVideoActionRecognitionInputs_ModelType.
59var (
60	AutoMlVideoActionRecognitionInputs_ModelType_name = map[int32]string{
61		0: "MODEL_TYPE_UNSPECIFIED",
62		1: "CLOUD",
63		2: "MOBILE_VERSATILE_1",
64	}
65	AutoMlVideoActionRecognitionInputs_ModelType_value = map[string]int32{
66		"MODEL_TYPE_UNSPECIFIED": 0,
67		"CLOUD":                  1,
68		"MOBILE_VERSATILE_1":     2,
69	}
70)
71
72func (x AutoMlVideoActionRecognitionInputs_ModelType) Enum() *AutoMlVideoActionRecognitionInputs_ModelType {
73	p := new(AutoMlVideoActionRecognitionInputs_ModelType)
74	*p = x
75	return p
76}
77
78func (x AutoMlVideoActionRecognitionInputs_ModelType) String() string {
79	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
80}
81
82func (AutoMlVideoActionRecognitionInputs_ModelType) Descriptor() protoreflect.EnumDescriptor {
83	return file_google_cloud_aiplatform_v1_schema_trainingjob_definition_automl_video_action_recognition_proto_enumTypes[0].Descriptor()
84}
85
86func (AutoMlVideoActionRecognitionInputs_ModelType) Type() protoreflect.EnumType {
87	return &file_google_cloud_aiplatform_v1_schema_trainingjob_definition_automl_video_action_recognition_proto_enumTypes[0]
88}
89
90func (x AutoMlVideoActionRecognitionInputs_ModelType) Number() protoreflect.EnumNumber {
91	return protoreflect.EnumNumber(x)
92}
93
94// Deprecated: Use AutoMlVideoActionRecognitionInputs_ModelType.Descriptor instead.
95func (AutoMlVideoActionRecognitionInputs_ModelType) EnumDescriptor() ([]byte, []int) {
96	return file_google_cloud_aiplatform_v1_schema_trainingjob_definition_automl_video_action_recognition_proto_rawDescGZIP(), []int{1, 0}
97}
98
99// A TrainingJob that trains and uploads an AutoML Video Action Recognition
100// Model.
101type AutoMlVideoActionRecognition struct {
102	state         protoimpl.MessageState
103	sizeCache     protoimpl.SizeCache
104	unknownFields protoimpl.UnknownFields
105
106	// The input parameters of this TrainingJob.
107	Inputs *AutoMlVideoActionRecognitionInputs `protobuf:"bytes,1,opt,name=inputs,proto3" json:"inputs,omitempty"`
108}
109
110func (x *AutoMlVideoActionRecognition) Reset() {
111	*x = AutoMlVideoActionRecognition{}
112	if protoimpl.UnsafeEnabled {
113		mi := &file_google_cloud_aiplatform_v1_schema_trainingjob_definition_automl_video_action_recognition_proto_msgTypes[0]
114		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
115		ms.StoreMessageInfo(mi)
116	}
117}
118
119func (x *AutoMlVideoActionRecognition) String() string {
120	return protoimpl.X.MessageStringOf(x)
121}
122
123func (*AutoMlVideoActionRecognition) ProtoMessage() {}
124
125func (x *AutoMlVideoActionRecognition) ProtoReflect() protoreflect.Message {
126	mi := &file_google_cloud_aiplatform_v1_schema_trainingjob_definition_automl_video_action_recognition_proto_msgTypes[0]
127	if protoimpl.UnsafeEnabled && x != nil {
128		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
129		if ms.LoadMessageInfo() == nil {
130			ms.StoreMessageInfo(mi)
131		}
132		return ms
133	}
134	return mi.MessageOf(x)
135}
136
137// Deprecated: Use AutoMlVideoActionRecognition.ProtoReflect.Descriptor instead.
138func (*AutoMlVideoActionRecognition) Descriptor() ([]byte, []int) {
139	return file_google_cloud_aiplatform_v1_schema_trainingjob_definition_automl_video_action_recognition_proto_rawDescGZIP(), []int{0}
140}
141
142func (x *AutoMlVideoActionRecognition) GetInputs() *AutoMlVideoActionRecognitionInputs {
143	if x != nil {
144		return x.Inputs
145	}
146	return nil
147}
148
149type AutoMlVideoActionRecognitionInputs struct {
150	state         protoimpl.MessageState
151	sizeCache     protoimpl.SizeCache
152	unknownFields protoimpl.UnknownFields
153
154	ModelType AutoMlVideoActionRecognitionInputs_ModelType `protobuf:"varint,1,opt,name=model_type,json=modelType,proto3,enum=google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlVideoActionRecognitionInputs_ModelType" json:"model_type,omitempty"`
155}
156
157func (x *AutoMlVideoActionRecognitionInputs) Reset() {
158	*x = AutoMlVideoActionRecognitionInputs{}
159	if protoimpl.UnsafeEnabled {
160		mi := &file_google_cloud_aiplatform_v1_schema_trainingjob_definition_automl_video_action_recognition_proto_msgTypes[1]
161		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
162		ms.StoreMessageInfo(mi)
163	}
164}
165
166func (x *AutoMlVideoActionRecognitionInputs) String() string {
167	return protoimpl.X.MessageStringOf(x)
168}
169
170func (*AutoMlVideoActionRecognitionInputs) ProtoMessage() {}
171
172func (x *AutoMlVideoActionRecognitionInputs) ProtoReflect() protoreflect.Message {
173	mi := &file_google_cloud_aiplatform_v1_schema_trainingjob_definition_automl_video_action_recognition_proto_msgTypes[1]
174	if protoimpl.UnsafeEnabled && x != nil {
175		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
176		if ms.LoadMessageInfo() == nil {
177			ms.StoreMessageInfo(mi)
178		}
179		return ms
180	}
181	return mi.MessageOf(x)
182}
183
184// Deprecated: Use AutoMlVideoActionRecognitionInputs.ProtoReflect.Descriptor instead.
185func (*AutoMlVideoActionRecognitionInputs) Descriptor() ([]byte, []int) {
186	return file_google_cloud_aiplatform_v1_schema_trainingjob_definition_automl_video_action_recognition_proto_rawDescGZIP(), []int{1}
187}
188
189func (x *AutoMlVideoActionRecognitionInputs) GetModelType() AutoMlVideoActionRecognitionInputs_ModelType {
190	if x != nil {
191		return x.ModelType
192	}
193	return AutoMlVideoActionRecognitionInputs_MODEL_TYPE_UNSPECIFIED
194}
195
196var File_google_cloud_aiplatform_v1_schema_trainingjob_definition_automl_video_action_recognition_proto protoreflect.FileDescriptor
197
198var file_google_cloud_aiplatform_v1_schema_trainingjob_definition_automl_video_action_recognition_proto_rawDesc = []byte{
199	0x0a, 0x5e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2f, 0x61,
200	0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2f, 0x76, 0x31, 0x2f, 0x73, 0x63, 0x68,
201	0x65, 0x6d, 0x61, 0x2f, 0x74, 0x72, 0x61, 0x69, 0x6e, 0x69, 0x6e, 0x67, 0x6a, 0x6f, 0x62, 0x2f,
202	0x64, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x61, 0x75, 0x74, 0x6f, 0x6d,
203	0x6c, 0x5f, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x5f, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x72,
204	0x65, 0x63, 0x6f, 0x67, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
205	0x12, 0x38, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x61,
206	0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x73, 0x63, 0x68,
207	0x65, 0x6d, 0x61, 0x2e, 0x74, 0x72, 0x61, 0x69, 0x6e, 0x69, 0x6e, 0x67, 0x6a, 0x6f, 0x62, 0x2e,
208	0x64, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67,
209	0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f,
210	0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x94, 0x01, 0x0a, 0x1c, 0x41, 0x75, 0x74,
211	0x6f, 0x4d, 0x6c, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65,
212	0x63, 0x6f, 0x67, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x74, 0x0a, 0x06, 0x69, 0x6e, 0x70,
213	0x75, 0x74, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x5c, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
214	0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66,
215	0x6f, 0x72, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x73, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x2e, 0x74, 0x72,
216	0x61, 0x69, 0x6e, 0x69, 0x6e, 0x67, 0x6a, 0x6f, 0x62, 0x2e, 0x64, 0x65, 0x66, 0x69, 0x6e, 0x69,
217	0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x41, 0x75, 0x74, 0x6f, 0x4d, 0x6c, 0x56, 0x69, 0x64, 0x65, 0x6f,
218	0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x63, 0x6f, 0x67, 0x6e, 0x69, 0x74, 0x69, 0x6f,
219	0x6e, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x52, 0x06, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x22,
220	0xf8, 0x01, 0x0a, 0x22, 0x41, 0x75, 0x74, 0x6f, 0x4d, 0x6c, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x41,
221	0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x63, 0x6f, 0x67, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e,
222	0x49, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x12, 0x85, 0x01, 0x0a, 0x0a, 0x6d, 0x6f, 0x64, 0x65, 0x6c,
223	0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x66, 0x2e, 0x67, 0x6f,
224	0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x61, 0x69, 0x70, 0x6c, 0x61,
225	0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x73, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x2e,
226	0x74, 0x72, 0x61, 0x69, 0x6e, 0x69, 0x6e, 0x67, 0x6a, 0x6f, 0x62, 0x2e, 0x64, 0x65, 0x66, 0x69,
227	0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x41, 0x75, 0x74, 0x6f, 0x4d, 0x6c, 0x56, 0x69, 0x64,
228	0x65, 0x6f, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x63, 0x6f, 0x67, 0x6e, 0x69, 0x74,
229	0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x73, 0x2e, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x54,
230	0x79, 0x70, 0x65, 0x52, 0x09, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x22, 0x4a,
231	0x0a, 0x09, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x16, 0x4d,
232	0x4f, 0x44, 0x45, 0x4c, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43,
233	0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x43, 0x4c, 0x4f, 0x55, 0x44,
234	0x10, 0x01, 0x12, 0x16, 0x0a, 0x12, 0x4d, 0x4f, 0x42, 0x49, 0x4c, 0x45, 0x5f, 0x56, 0x45, 0x52,
235	0x53, 0x41, 0x54, 0x49, 0x4c, 0x45, 0x5f, 0x31, 0x10, 0x02, 0x42, 0xc7, 0x01, 0x0a, 0x3c, 0x63,
236	0x6f, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e,
237	0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x73, 0x63,
238	0x68, 0x65, 0x6d, 0x61, 0x2e, 0x74, 0x72, 0x61, 0x69, 0x6e, 0x69, 0x6e, 0x67, 0x6a, 0x6f, 0x62,
239	0x2e, 0x64, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x21, 0x41, 0x75, 0x74,
240	0x6f, 0x4d, 0x4c, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65,
241	0x63, 0x6f, 0x67, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01,
242	0x5a, 0x62, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e,
243	0x6f, 0x72, 0x67, 0x2f, 0x67, 0x65, 0x6e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x6f,
244	0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2f, 0x61, 0x69,
245	0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2f, 0x76, 0x31, 0x2f, 0x73, 0x63, 0x68, 0x65,
246	0x6d, 0x61, 0x2f, 0x74, 0x72, 0x61, 0x69, 0x6e, 0x69, 0x6e, 0x67, 0x6a, 0x6f, 0x62, 0x2f, 0x64,
247	0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x3b, 0x64, 0x65, 0x66, 0x69, 0x6e, 0x69,
248	0x74, 0x69, 0x6f, 0x6e, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
249}
250
251var (
252	file_google_cloud_aiplatform_v1_schema_trainingjob_definition_automl_video_action_recognition_proto_rawDescOnce sync.Once
253	file_google_cloud_aiplatform_v1_schema_trainingjob_definition_automl_video_action_recognition_proto_rawDescData = file_google_cloud_aiplatform_v1_schema_trainingjob_definition_automl_video_action_recognition_proto_rawDesc
254)
255
256func file_google_cloud_aiplatform_v1_schema_trainingjob_definition_automl_video_action_recognition_proto_rawDescGZIP() []byte {
257	file_google_cloud_aiplatform_v1_schema_trainingjob_definition_automl_video_action_recognition_proto_rawDescOnce.Do(func() {
258		file_google_cloud_aiplatform_v1_schema_trainingjob_definition_automl_video_action_recognition_proto_rawDescData = protoimpl.X.CompressGZIP(file_google_cloud_aiplatform_v1_schema_trainingjob_definition_automl_video_action_recognition_proto_rawDescData)
259	})
260	return file_google_cloud_aiplatform_v1_schema_trainingjob_definition_automl_video_action_recognition_proto_rawDescData
261}
262
263var file_google_cloud_aiplatform_v1_schema_trainingjob_definition_automl_video_action_recognition_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
264var file_google_cloud_aiplatform_v1_schema_trainingjob_definition_automl_video_action_recognition_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
265var file_google_cloud_aiplatform_v1_schema_trainingjob_definition_automl_video_action_recognition_proto_goTypes = []interface{}{
266	(AutoMlVideoActionRecognitionInputs_ModelType)(0), // 0: google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlVideoActionRecognitionInputs.ModelType
267	(*AutoMlVideoActionRecognition)(nil),              // 1: google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlVideoActionRecognition
268	(*AutoMlVideoActionRecognitionInputs)(nil),        // 2: google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlVideoActionRecognitionInputs
269}
270var file_google_cloud_aiplatform_v1_schema_trainingjob_definition_automl_video_action_recognition_proto_depIdxs = []int32{
271	2, // 0: google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlVideoActionRecognition.inputs:type_name -> google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlVideoActionRecognitionInputs
272	0, // 1: google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlVideoActionRecognitionInputs.model_type:type_name -> google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlVideoActionRecognitionInputs.ModelType
273	2, // [2:2] is the sub-list for method output_type
274	2, // [2:2] is the sub-list for method input_type
275	2, // [2:2] is the sub-list for extension type_name
276	2, // [2:2] is the sub-list for extension extendee
277	0, // [0:2] is the sub-list for field type_name
278}
279
280func init() {
281	file_google_cloud_aiplatform_v1_schema_trainingjob_definition_automl_video_action_recognition_proto_init()
282}
283func file_google_cloud_aiplatform_v1_schema_trainingjob_definition_automl_video_action_recognition_proto_init() {
284	if File_google_cloud_aiplatform_v1_schema_trainingjob_definition_automl_video_action_recognition_proto != nil {
285		return
286	}
287	if !protoimpl.UnsafeEnabled {
288		file_google_cloud_aiplatform_v1_schema_trainingjob_definition_automl_video_action_recognition_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
289			switch v := v.(*AutoMlVideoActionRecognition); i {
290			case 0:
291				return &v.state
292			case 1:
293				return &v.sizeCache
294			case 2:
295				return &v.unknownFields
296			default:
297				return nil
298			}
299		}
300		file_google_cloud_aiplatform_v1_schema_trainingjob_definition_automl_video_action_recognition_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
301			switch v := v.(*AutoMlVideoActionRecognitionInputs); i {
302			case 0:
303				return &v.state
304			case 1:
305				return &v.sizeCache
306			case 2:
307				return &v.unknownFields
308			default:
309				return nil
310			}
311		}
312	}
313	type x struct{}
314	out := protoimpl.TypeBuilder{
315		File: protoimpl.DescBuilder{
316			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
317			RawDescriptor: file_google_cloud_aiplatform_v1_schema_trainingjob_definition_automl_video_action_recognition_proto_rawDesc,
318			NumEnums:      1,
319			NumMessages:   2,
320			NumExtensions: 0,
321			NumServices:   0,
322		},
323		GoTypes:           file_google_cloud_aiplatform_v1_schema_trainingjob_definition_automl_video_action_recognition_proto_goTypes,
324		DependencyIndexes: file_google_cloud_aiplatform_v1_schema_trainingjob_definition_automl_video_action_recognition_proto_depIdxs,
325		EnumInfos:         file_google_cloud_aiplatform_v1_schema_trainingjob_definition_automl_video_action_recognition_proto_enumTypes,
326		MessageInfos:      file_google_cloud_aiplatform_v1_schema_trainingjob_definition_automl_video_action_recognition_proto_msgTypes,
327	}.Build()
328	File_google_cloud_aiplatform_v1_schema_trainingjob_definition_automl_video_action_recognition_proto = out.File
329	file_google_cloud_aiplatform_v1_schema_trainingjob_definition_automl_video_action_recognition_proto_rawDesc = nil
330	file_google_cloud_aiplatform_v1_schema_trainingjob_definition_automl_video_action_recognition_proto_goTypes = nil
331	file_google_cloud_aiplatform_v1_schema_trainingjob_definition_automl_video_action_recognition_proto_depIdxs = nil
332}
333