public void MergeFrom(AutoMlVideoClassificationInputs other)
 {
     if (other == null)
     {
         return;
     }
     if (other.ModelType != global::Google.Cloud.AIPlatform.V1.Schema.TrainingJob.Definition.AutoMlVideoClassificationInputs.Types.ModelType.Unspecified)
     {
         ModelType = other.ModelType;
     }
     _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
 }
        void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input)
        {
            uint tag;

            while ((tag = input.ReadTag()) != 0)
            {
                switch (tag)
                {
                default:
                    _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
                    break;

                case 8: {
                    ModelType = (global::Google.Cloud.AIPlatform.V1.Schema.TrainingJob.Definition.AutoMlVideoClassificationInputs.Types.ModelType)input.ReadEnum();
                    break;
                }
                }
            }
        }
        public void MergeFrom(pb::CodedInputStream input)
        {
    #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
            input.ReadRawMessage(this);
    #else
            uint tag;
            while ((tag = input.ReadTag()) != 0)
            {
                switch (tag)
                {
                default:
                    _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
                    break;

                case 8: {
                    ModelType = (global::Google.Cloud.AIPlatform.V1.Schema.TrainingJob.Definition.AutoMlVideoClassificationInputs.Types.ModelType)input.ReadEnum();
                    break;
                }
                }
            }
    #endif
        }